We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aeac7 commit 182ccc1Copy full SHA for 182ccc1
tests/Jenkins/dirac_ci.sh
@@ -169,7 +169,7 @@ installSite() {
169
fi
170
171
# Call findFutureServices and read services into an array
172
- mapfile -t futureServices < <(python -m DIRAC.Core.Utilities.Extensions findFutureServices)
+ mapfile -t futureServices < <(python -m DIRAC.Core.Utilities.Extensions findFutureServices | grep -v TokenManager | grep -v ^ConfigurationSystem | grep -v RAWIntegrity | grep -v RunDBInterface | grep -v ComponentMonitoring | grep -v Tornado | sed 's/System / /g' | sed 's/Handler//g' | sed 's/Client//g' | sed 's/ /\//g')
173
174
# If there are any services, add them to the args
175
if [[ ${#futureServices[@]} -gt 0 ]]; then
0 commit comments