[Git][qa/jenkins.debian.net][master] rdn: add support for manually scheduling on arch:any
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jun 2 18:47:49 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
661fa05e by Holger Levsen at 2025-06-02T19:47:41+02:00
rdn: add support for manually scheduling on arch:any
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_manual_scheduler.sh
Changes:
=====================================
bin/rebuilderd_manual_scheduler.sh
=====================================
@@ -9,6 +9,12 @@ set -e
# choose correct port
#
case $1 in
+ any) shift
+ for arch in amd64 arm64 armel armhf i386 riscv64 ppc64el ; do
+ echo "Scheduling on arch:any that is $arch now:"
+ $0 $arch $@
+ done
+ ;;
all) PORT=8489
;;
amd64) PORT=8484
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/661fa05e6be9c98880625206e00003a30626db3e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/661fa05e6be9c98880625206e00003a30626db3e
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/20250602/8fbf49e7/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list