summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-11-17 08:31:01 +0000
committerHolger Levsen <holger@layer-acht.org>2017-11-17 08:31:01 +0000
commit25984b541ff96feda3b5ccf2b68338328552adf4 (patch)
tree16bd8f2f9d33a1ca2c745f63c626128be907c01e
parent4a7ea0cf1ee8dfaa327c4f8661242fa0c0fdf358 (diff)
downloadjenkins.debian.net-25984b541ff96feda3b5ccf2b68338328552adf4.tar.xz
chroot-installs: remove some blocking bugs checks as the bugs have been fixed
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/common-functions.sh40
1 files 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)