[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible: pbuilder base and schroots: only update stretch once a month and buster once a week
Holger Levsen
gitlab at salsa.debian.org
Sun Aug 23 00:15:59 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
183ab710 by Holger Levsen at 2020-08-23T01:15:05+02:00
reproducible: pbuilder base and schroots: only update stretch once a month and buster once a week
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
94edf625 by Holger Levsen at 2020-08-23T01:15:45+02:00
jenkins monitor: add visual hint
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- jenkins-shell-monitor.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
jenkins-shell-monitor.sh
=====================================
@@ -6,6 +6,9 @@
#
#
# to be run manually on jenkins in a terminal
+#
+
+SEQ=$(seq 1 60)
#
# main
@@ -25,7 +28,10 @@ main_loop() {
figlet $SESSIONS
echo " ^^^ schroot sessions"
echo
- sleep 60
+ for j in $SEQ ; do
+ echo -n "."
+ sleep 1
+ done
done
}
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -411,10 +411,10 @@
my_task:
- 'setup_pbuilder_stretch':
my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_timed: '23 7 * * *'
+ my_timed: '23 7 1 * *'
- 'setup_pbuilder_buster':
my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
- my_timed: '23 8 * * *'
+ my_timed: '23 8 * * 1'
- 'setup_pbuilder_bullseye':
my_description: 'Setup pbuilder for reproducible builds of packages from bullseye as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example'
my_timed: '23 9 * * *'
@@ -475,12 +475,12 @@
my_disabled: false
- 'stretch_diffoscope':
my_description: 'Setup schroot for running diffoscope in a stretch environment (this is needed to be able to correctly investigate haskell binaries...)'
- my_timed: '23 0 * * *'
+ my_timed: '23 0 1 * *'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-stretch-diffoscope stretch diffoscope locales-all'
my_disabled: false
- 'buster_diffoscope':
my_description: 'Setup schroot for running diffoscope in a buster environment (this is needed to be able to correctly investigate haskell binaries...)'
- my_timed: '23 0 * * *'
+ my_timed: '23 0 * * 1'
my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible reproducible-buster-diffoscope buster diffoscope locales-all'
my_disabled: false
- 'bullseye_diffoscope':
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b173ca56962f182faa05d6a65fc9f84a8fd5bc53...94edf625da3fda527a0612be5115d13ce938d023
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b173ca56962f182faa05d6a65fc9f84a8fd5bc53...94edf625da3fda527a0612be5115d13ce938d023
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/20200822/82243f63/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list