diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-08-03 17:02:50 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-08-03 17:02:50 -0400 |
commit | 7db8bb39699f6aff6d4e4e2c3a1c0c0712719b5b (patch) | |
tree | 5e7173a9e5876d08c929bc85635d74b4e1426eb1 /bin | |
parent | 4c5ea6af7385064575531b1572c9bebf999b005d (diff) | |
download | jenkins.debian.net-7db8bb39699f6aff6d4e4e2c3a1c0c0712719b5b.tar.xz |
reproducible Debian: add ff64a and jtk1a to zombie job regex so we remove those jobs eventually
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_node_health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index bc1ef7a1..16ff5cb4 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -145,7 +145,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then # and we dont know why and when that happens, # so just report those zombies here. # - ZOMBIES=$(ls -1d /var/lib/jenkins/jobs/* | egrep '(reproducible_builder_amd64|reproducible_builder_i386|reproducible_builder_armhf|reproducible_builder_arm64|chroot-installation_wheezy)' || true) + ZOMBIES=$(ls -1d /var/lib/jenkins/jobs/* | egrep '(reproducible_builder_amd64|reproducible_builder_i386|reproducible_builder_armhf|reproducible_builder_arm64|chroot-installation_wheezy|ff64a|jtk1a)' || true) if [ ! -z "$ZOMBIES" ] ; then echo "Warning, rise of the jenkins job zombies has started again, these jobs should not exist:" for z in $ZOMBIES ; do |