diff --git a/gitlab-ci/iopsys-supervisord.conf b/gitlab-ci/iopsys-supervisord.conf index acf6c5ecedc3e715f35ae7bde960b1eb8befae70..97da2ea15bac0fe6c1f04ee84d63faa0fec25d61 100644 --- a/gitlab-ci/iopsys-supervisord.conf +++ b/gitlab-ci/iopsys-supervisord.conf @@ -1,9 +1,18 @@ [program:ubusd] +priority=1 +autorestart=false +startretries=0 command=/bin/bash -c "/usr/sbin/ubusd" [program:rpcd] +priority=2 +autorestart=false +startretries=0 command=/bin/bash -c "/usr/sbin/rpcd" [program:ieee1905d] +priority=1 +autorestart=false +startretries=0 command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=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/ieee1905/ieee1905d"