[Qa-jenkins-scm] [jenkins.debian.net] 01/01: #848422 also affects all chroot-installation_sid_install_education* jobs, so abort them early too
Holger Levsen
holger at layer-acht.org
Sun Dec 18 15:14:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 48d62954b0d9bf5ee4cabf5810f020efb9697907
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Dec 18 16:14:05 2016 +0100
#848422 also affects all chroot-installation_sid_install_education* jobs, so abort them early too
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/common-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index c0fd248..168f1cf 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list