From 5f82515b8137958fedc2939d070fd46feac28871 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 11 Sep 2017 12:47:44 +0200 Subject: chroot-installs: use #869155 and #864947 as blockers for some tests Signed-off-by: Holger Levsen --- bin/common-functions.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/common-functions.sh b/bin/common-functions.sh index ee7336ac..fae65d61 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -52,6 +52,10 @@ 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 ;; #lintian-tests_sid) # abort_if_bug_is_still_open $BLOCKER ;; #haskell-package-plan) -- cgit v1.2.3-54-g00ecf