From 0a5fe097a768ea5ef19318ff73c94458e53b05f2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 Sep 2017 11:30:13 +0200 Subject: chroot-installs: omit certain jobs as long as #869155 #867695 #864947 #872712 #867658 are still open Signed-off-by: Holger Levsen --- bin/common-functions.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bin/common-functions.sh') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 14dd0661..b0c4f9e2 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) -- cgit v1.2.3-54-g00ecf