[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Update debcargo cache during worker setup.
Holger Levsen
gitlab at salsa.debian.org
Fri Mar 5 17:11:00 GMT 2021
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
95d2db4f by Jelmer Vernooij at 2021-03-05T18:08:22+01:00
Update debcargo cache during worker setup.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
a5c0c076 by Jelmer Vernooij at 2021-03-05T18:09:42+01:00
Only set one of the throttle variables.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/janitor_setup_worker.sh
- job-cfg/janitor.yaml
Changes:
=====================================
bin/janitor_setup_worker.sh
=====================================
@@ -15,6 +15,8 @@ TARGET=/srv/janitor
sudo mkdir -p $TARGET/
sudo chown -R jenkins:jenkins $TARGET/
+debcargo update
+
ARCH=$(dpkg-architecture -qDEB_HOST_ARCH)
DISTRO=unstable
CHROOT=$DISTRO-$ARCH-sbuild
=====================================
job-cfg/janitor.yaml
=====================================
@@ -54,12 +54,12 @@
- timed: '* * * * *'
properties:
- throttle:
- max-total: 8
- max-per-node: 8
- enabled: true
- option: category
- categories:
- - janitor
+ max-total: 0
+ max-per-node: 8
+ enabled: true
+ option: category
+ categories:
+ - janitor
- project:
name: janitor
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/322edff7bc42430b5dfa78e77a6577025802039f...a5c0c07693eb48b20913ebe678db52fe0f4d4340
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/322edff7bc42430b5dfa78e77a6577025802039f...a5c0c07693eb48b20913ebe678db52fe0f4d4340
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/20210305/8d892082/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list