[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: omit certain jobs as long as #869155 #867695 #864947 #872712 #867658 are still open

Holger Levsen holger at layer-acht.org
Wed Sep 20 09:30:29 UTC 2017


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 0a5fe097a768ea5ef19318ff73c94458e53b05f2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 20 11:30:13 2017 +0200

    chroot-installs: omit certain jobs as long as #869155 #867695 #864947 #872712 #867658 are still open
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/common-functions.sh | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 14dd066..b0c4f9e 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -52,10 +52,14 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 	# abort certain jobs if we know they will fail due to certain bugs…
 	BLOCKER=848422
 	case $JOB_NAME in
-		chroot-installation_sid_install_design-desktop-graphics)
-			abort_if_bug_is_still_open 869155 ;;
-		chroot-installation_sid_install_parl-desktop-world)
-			abort_if_bug_is_still_open 864947 ;;
+		chroot-installation_*_install_design-desktop-*)
+			for BLOCKER in 869155 867695 ; do
+				abort_if_bug_is_still_open $BLOCKER
+			done ;;
+		chroot-installation_*_install_parl-desktop*)
+			for BLOCKER in 864947 872712 867658 ; do
+				abort_if_bug_is_still_open $BLOCKER
+			done ;;
 		dpkg_*_find_trigger_cycles)
 			abort_if_bug_is_still_open 874504 ;;
 		#lintian-tests_sid)

-- 
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