[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: chroot-installation: don't try to test design-desktop* buster as long as #890754…

Holger Levsen gitlab at salsa.debian.org
Mon Oct 1 13:44:18 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
bbf86c66 by Holger Levsen at 2018-10-01T12:42:08Z
chroot-installation: don't try to test design-desktop* buster as long as #890754 and #879034 are open

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
86fdb546 by Holger Levsen at 2018-10-01T12:42:40Z
chroot-installation: be more verbose

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
c0f1219d by Holger Levsen at 2018-10-01T12:44:03Z
chroot-installation: refactoring

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/common-functions.sh


Changes:

=====================================
bin/common-functions.sh
=====================================
@@ -12,6 +12,7 @@ common_cleanup() {
 
 abort_if_bug_is_still_open() {
 	local TMPFILE=$(mktemp --tmpdir=/tmp jenkins-bugcheck-XXXXXXX)
+	echo "$(date -u) - checking bug #$1 status."
 	bts status $1 fields:done > $TMPFILE || true
 	# if we get a valid response…
 	if [ ! -z "$(grep done $TMPFILE)" ] ; then
@@ -61,16 +62,12 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
 		#	for BLOCKER in 869155 867695 ; do
 		#		abort_if_bug_is_still_open $BLOCKER
 		#	done ;;
-		chroot-installation_sid_install_parl-desktop-eu)
+		chroot-installation_sid_install_parl*|chroot-installation_buster_install_parl-*)
 			abort_if_bug_is_still_open 886676 ;;
-		chroot-installation_sid_install_parl-desktop-world)
-			abort_if_bug_is_still_open 886676 ;;
-		chroot-installation_buster_install_parl-*)
-			abort_if_bug_is_still_open 886676 ;;
-		chroot-installation_buster_install_design-desktop-animation)
-			# technically these two bugs dont affect design-desktop-animation
+		chroot-installation_buster_install_design*)
+			# technically these two bugs dont affect design-desktop
 			# but just a depends of it, however I don't think it's likely
-			# design-desktop-animation will enter buster without these two bugs being fixed
+			# design-desktop will enter buster without these two bugs being fixed
 			abort_if_bug_is_still_open 890754
 			abort_if_bug_is_still_open 879034 ;;
 		*) ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/11f6f5605cdc635ff274e5cd90bfdd0035dea2c1...c0f1219d24cbc3d7711d73c15588e083d0c64d57

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/11f6f5605cdc635ff274e5cd90bfdd0035dea2c1...c0f1219d24cbc3d7711d73c15588e083d0c64d57
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181001/0944c8a5/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list