[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible trbo system health check: ignore more jobs if certain nodes are down
Holger Levsen
gitlab at salsa.debian.org
Sun Jul 5 09:19:00 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
be118a1d by Holger Levsen at 2020-07-05T10:18:50+02:00
reproducible trbo system health check: ignore more jobs if certain nodes are down
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -47,10 +47,15 @@ for JOB in reproducible_* ; do
let INVALID+=1
continue
;;
- reproducible_node_health_check_amd64_jenkins|reproducible_maintenance_amd64_jenkins)
+ reproducible_node_health_check_amd64_jenkins|reproducible_maintenance_amd64_jenkins|reproducible_setup_schroot_*_diffoscope_amd64_jenkins)
# never ignore these
:
;;
+ reproducible_setup_schroot_unstable_diffoscope_amd64_*)
+ NODE_ALIAS=$(echo $JOB | cut -d '_' -f7)
+ NODE_ARCH=$(echo $JOB | cut -d '_' -f6)
+ REMOTE=true
+ ;;
reproducible_node_health_check_*|reproducible_setup_pbuilder_*)
NODE_ALIAS=$(echo $JOB | cut -d '_' -f6)
NODE_ARCH=$(echo $JOB | cut -d '_' -f5)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/be118a1d8d5b61c8b8ff124cbdd51ea9300f084c
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/be118a1d8d5b61c8b8ff124cbdd51ea9300f084c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200705/12067a76/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list