[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installation: pre-emptively abort some parl jobs in sid and buster
Mattia Rizzolo
gitlab at salsa.debian.org
Thu Jun 14 08:55:50 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
78e3a51a by Mattia Rizzolo at 2018-06-14T09:55:15+02:00
chroot-installation: pre-emptively abort some parl jobs in sid and buster
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/common-functions.sh
Changes:
=====================================
bin/common-functions.sh
=====================================
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -1,6 +1,8 @@
#!/bin/bash
+# vim: set noexpandtab:
# Copyright 2014-2017 Holger Levsen <holger at layer-acht.org>
+# © 2018 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv=2
common_cleanup() {
@@ -54,18 +56,17 @@ if [ "${0:0:5}" != "/tmp/" ] ; then
exit 1
fi
# 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_buster_install_parl-desktop*)
- for BLOCKER in 886676 ; do
- abort_if_bug_is_still_open $BLOCKER
- done ;;
- #dpkg_*_find_trigger_cycles)
- # abort_if_bug_is_still_open 874504 ;;
+ chroot-installation_sid_install_parl-desktop-eu)
+ 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 ;;
*) ;;
esac
# mktemp some place for us...
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/78e3a51a8ec44e6df94c7aa1935c8cbc0cb04c4d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/78e3a51a8ec44e6df94c7aa1935c8cbc0cb04c4d
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/20180614/36bf8b57/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list