[Qa-jenkins-scm] [jenkins.debian.net] 02/02: chroot-installs: remove some blocking bugs checks as the bugs have been fixed

Holger Levsen holger at layer-acht.org
Fri Nov 17 08:31:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 25984b541ff96feda3b5ccf2b68338328552adf4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Nov 17 08:31:01 2017 +0000

    chroot-installs: remove some blocking bugs checks as the bugs have been fixed
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 4079761..96383e2 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list