summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-11 12:47:44 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-11 12:51:18 +0200
commit5f82515b8137958fedc2939d070fd46feac28871 (patch)
tree2093107f9ae0eabf99412878685ea0e8ba83a17f /bin/common-functions.sh
parentd2eadb670ef7f41399d024b50b11fc220cfe4cb9 (diff)
downloadjenkins.debian.net-5f82515b8137958fedc2939d070fd46feac28871.tar.xz
chroot-installs: use #869155 and #864947 as blockers for some tests
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 4 insertions, 0 deletions
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)