diff --git a/gitlab-ci/iopsys-supervisord.conf b/gitlab-ci/iopsys-supervisord.conf index 85bb9c784d51e7ab23316dcc7cf9b61740dad1fc..1741f18cdc32b1b09e733c87e78849c6aacb05fe 100644 --- a/gitlab-ci/iopsys-supervisord.conf +++ b/gitlab-ci/iopsys-supervisord.conf @@ -1,5 +1,11 @@ [program:ubusd] +priority=1 +autorestart=false +startretries=0 command=/bin/bash -c "/usr/sbin/ubusd" [program:qos] +priority=2 +autorestart=false +startretries=0 command=/bin/bash -c "mkdir -p /opt/work && /usr/bin/valgrind --xml=yes --xml-file=/opt/work/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /builds/iopsys/qosmngr/qosmngr"