[Git][qa/jenkins.debian.net][master] rdn: also allow manual scheduling for any architectures
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 25 18:42:51 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
153edfe7 by Holger Levsen at 2025-09-25T19:25:10+02:00
rdn: also allow manual scheduling for any architectures
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/rebuilderd_manual_scheduler.sh
Changes:
=====================================
bin/rebuilderd_manual_scheduler.sh
=====================================
@@ -11,15 +11,13 @@ REBUILDCTL=/usr/local/usr/bin/rebuildctl
#
ARCH=$1
shift
-ARGS="pkgs requeue --reset --distro debian --name"
case $ARCH in
- #any) shift
- # # needs $release for -pull184
- # for arch in amd64 arm64 armel armhf i386 riscv64 ppc64el ; do
- # echo "Scheduling on arch:any that is $arch now:"
- # $0 $arch $@
- # done
- # ;;
+ 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/153edfe79a23000bc462a21f13279db6b31b4901
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/153edfe79a23000bc462a21f13279db6b31b4901
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/20250925/dd92fc56/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list