summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-18 16:14:05 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-18 16:14:05 +0100
commit48d62954b0d9bf5ee4cabf5810f020efb9697907 (patch)
treed1320143382897b9a31f1c9c24fcb5351e152738 /bin/common-functions.sh
parent095a495873a7a7aef69496f2bb1a48254025839a (diff)
downloadjenkins.debian.net-48d62954b0d9bf5ee4cabf5810f020efb9697907.tar.xz
#848422 also affects all chroot-installation_sid_install_education* jobs, so abort them early too
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index c0fd248b..168f1cf1 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -41,7 +41,7 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
fi
# abort certain jobs if we know they will fail due to certain bugs…
case $JOB_NAME in
- edu-packages_sid*|lintian-tests_sid)
+ edu-packages_sid*|chroot-installation_sid_install_education*|lintian-tests_sid)
abort_if_bug_is_still_open 848422 ;;
*) ;;
esac