[Git][qa/jenkins.debian.net][master] reproducible Debian: temporarily stop updating unstable pbuilder.tgz due to #1050784...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Aug 29 11:42:52 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
17867daf by Holger Levsen at 2023-08-29T12:41:50+02:00
reproducible Debian: temporarily stop updating unstable pbuilder.tgz due to #1050784...
...to not break the rest of jenkins, as this will cause the maintenance jobs
to fail, which in turn will disable all the nodes, thus disabling everything
else.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -317,6 +317,9 @@ for s in $SUITES ; do
# pbuilder aint used on jenkins anymore
if [ "$HOSTNAME" = "$MAINNODE" ] ; then
continue
+ elif [ "$s" = "unstable" ] ; then
+ echo "NOT UPDATING pbuilder for $s/$ARCH now because of #1050784."
+ continue
else
echo "$(date -u) - updating pbuilder for $s/$ARCH now."
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/17867dafea089162ca8716628103039484ca983a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/17867dafea089162ca8716628103039484ca983a
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/20230829/c1c961da/attachment.htm>
More information about the Qa-jenkins-scm
mailing list