From 25984b541ff96feda3b5ccf2b68338328552adf4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 17 Nov 2017 08:31:01 +0000 Subject: chroot-installs: remove some blocking bugs checks as the bugs have been fixed Signed-off-by: Holger Levsen --- bin/common-functions.sh | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/bin/common-functions.sh b/bin/common-functions.sh index 40797617..96383e2e 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -52,32 +52,32 @@ 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_*_install_design-desktop-*) - for BLOCKER in 869155 867695 ; do - abort_if_bug_is_still_open $BLOCKER - done ;; + #chroot-installation_*_install_design-desktop-*) + # for BLOCKER in 869155 867695 ; do + # abort_if_bug_is_still_open $BLOCKER + # done ;; chroot-installation_buster_install_parl-desktop*) for BLOCKER in 871284 ; do abort_if_bug_is_still_open $BLOCKER 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_developer_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 ;; + #chroot-installation_stretch_install_full_desktop_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 ;; + #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) -- cgit v1.2.3-54-g00ecf