[Git][qa/jenkins.debian.net][master] jenkins nodes: skip updating chdists on rebuilderd-worker nodes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 14 09:07:40 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c408eee9 by Holger Levsen at 2025-04-14T10:07:20+02:00
jenkins nodes: skip updating chdists on rebuilderd-worker nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -576,9 +576,15 @@ for s in $SUITES ; do
for i in osuosl ionos4 ionos7 ionos9 ionos10 ionos14; do
if [ "${HOSTNAME:0:${#i}}" = "$i" ]; then
# this node is not used to do Debian rebuilds, skip it all
+ echo "- no, skipped."
continue 2
fi
done
+ # skip this on rebuilderd-worker nodes as well
+ if [ -f /usr/bin/rebuilderd-worker ] ; then
+ echo "- no, skipped."
+ continue 2
+ fi
#
# chdist update
#
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c408eee9ab589a6131f03f2a8202a5472eceaad0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c408eee9ab589a6131f03f2a8202a5472eceaad0
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/20250414/af3fbb1b/attachment.htm>
More information about the Qa-jenkins-scm
mailing list