Skip to content

Commit be64a0c

Browse files
committed
test: hack! remove ComponentMonitoring from the list of HTTPs service to install
1 parent 71d201a commit be64a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CI/install_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ then
100100
dirac-restart-component Configuration Server "$DEBUG"
101101
sleep 5
102102
dirac-restart-component Tornado Tornado -ddd
103-
done< <(python -m DIRAC.Core.Utilities.Extensions findServices | grep Tornado | grep -v Configuration | sed -e 's/Handler//g' -e 's/System//g')
103+
done< <(python -m DIRAC.Core.Utilities.Extensions findServices | grep Tornado | grep -v Configuration | grep -v ComponentMonitoring | sed -e 's/Handler//g' -e 's/System//g')
104104

105105
echo -e "*** $(date -u) **** DONE Installing Tornado services"
106106
fi

0 commit comments

Comments
 (0)