summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-10-17 12:55:27 +0200
committerHolger Levsen <holger@layer-acht.org>2017-10-17 12:55:27 +0200
commit6f530c2421b11b9a08ce9bebce6e2b290699b4e6 (patch)
treea1c182be239eff93264fd9ce0db1576a07287ecc /bin/common-functions.sh
parentf6a7fe41cbcb0cd1d7f1412a355abb20243c0e6c (diff)
downloadjenkins.debian.net-6f530c2421b11b9a08ce9bebce6e2b290699b4e6.tar.xz
chroot-installs: skip some tests as long as #877970 is open
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index b0c4f9e2..91d25078 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -62,6 +62,20 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
done ;;
dpkg_*_find_trigger_cycles)
abort_if_bug_is_still_open 874504 ;;
+ chroot-installation_stretch_install_full_desktop_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_education-workstation_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_education-standalone_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_education-roaming-workstation_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_education-ltsp-server_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_education-desktop-other_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
+ chroot-installation_stretch_install_developer_upgrade_to_buster)
+ abort_if_bug_is_still_open 877970 ;;
#lintian-tests_sid)
# abort_if_bug_is_still_open $BLOCKER ;;
#haskell-package-plan)