[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: create (cdeboot|deboot|mmdeb)strap jobs for trixie and run them daily

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Jun 16 15:31:38 BST 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
25da5a3c by Holger Levsen at 2023-06-16T16:28:10+02:00
reproducible Debian: create (cdeboot|deboot|mmdeb)strap jobs for trixie and run them daily

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
a6e2d4f1 by Holger Levsen at 2023-06-16T16:31:07+02:00
reproducible Debian: create live_build jobs for trixie

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- TODO
- job-cfg/reproducible.yaml


Changes:

=====================================
TODO
=====================================
@@ -36,6 +36,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 ** once the above jobs are successful, restarts the builders
 ** adopt whatever suite specific hacks _create_meta_pkg_sets.sh has
 ** tweak reproducible_common.sh in three locations to start collect statistics on the daily builds for trixie too (and make_graph.py too: (in lines 40 and 54++)
+** create reproducible_(cdeboot|deboot|mmdeb)strap jobs for trixie
+** create reproducible_debian_live_build jobs for trixie
 ** adjust chroot_installation- jobs
 ** tweak jenkins-shell-monitor.sh as needed
 ** adjust multiarch jobs in job-cfg/udd.yaml


=====================================
job-cfg/reproducible.yaml
=====================================
@@ -561,45 +561,60 @@
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh mmdebstrap unstable'
                     my_timed: '0 7 * * *'
                     my_hname: 'osuosl3'
+                - 'mmdebstrap_trixie':
+                    my_description: 'Check mmdebstrap of trixie is reproducible.'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh mmdebstrap trixie'
+                    my_timed: '5 7 * * *'
+                    my_hname: 'osuosl3'
                 - 'mmdebstrap_bookworm':
                     my_description: 'Check mmdebstrap of bookworm is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh mmdebstrap bookworm'
-                    my_timed: '5 7 * * *'
+                    my_timed: '10 7 1 * *'
                     my_hname: 'osuosl3'
                 - 'mmdebstrap_bullseye':
                     my_description: 'Check mmdebstrap of bullseye is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh mmdebstrap bullseye'
-                    my_timed: '10 7 1 * *'
+                    my_timed: '15 7 1 * *'
                     my_hname: 'osuosl3'
                 - 'debootstrap_unstable':
                     my_description: 'Check debootstrap of unstable is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh debootstrap unstable'
-                    my_timed: '15 7 * * *'
+                    my_timed: '25 7 * * *'
                     my_hname: 'osuosl3'
-                - 'debootstrap_bullseye':
-                    my_description: 'Check debootstrap of bullseye is reproducible.'
-                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh debootstrap bullseye'
-                    my_timed: '20 7 * * *'
+                - 'debootstrap_trixie':
+                    my_description: 'Check debootstrap of trixie is reproducible.'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh debootstrap trixie'
+                    my_timed: '35 7 * * *'
                     my_hname: 'osuosl3'
                 - 'debootstrap_bookworm':
                     my_description: 'Check debootstrap of bookworm is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh debootstrap bookworm'
-                    my_timed: '25 7 * * *'
+                    my_timed: '45 7 1 * *'
+                    my_hname: 'osuosl3'
+                - 'debootstrap_bullseye':
+                    my_description: 'Check debootstrap of bullseye is reproducible.'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh debootstrap bullseye'
+                    my_timed: '55 7 1 * *'
                     my_hname: 'osuosl3'
                 - 'cdebootstrap_unstable':
                     my_description: 'Check cdebootstrap of unstable is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh cdebootstrap unstable'
-                    my_timed: '30 7 * * *'
+                    my_timed: '0 6 * * *'
                     my_hname: 'osuosl3'
-                - 'cdebootstrap_bullseye':
-                    my_description: 'Check cdebootstrap of bullseye is reproducible.'
-                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh cdebootstrap bullseye'
-                    my_timed: '35 7 * * *'
+                - 'cdebootstrap_trixie':
+                    my_description: 'Check cdebootstrap of trixie is reproducible.'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh cdebootstrap trixie'
+                    my_timed: '10 6 * * *'
                     my_hname: 'osuosl3'
                 - 'cdebootstrap_bookworm':
                     my_description: 'Check cdebootstrap of bookworm is reproducible.'
                     my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh cdebootstrap bookworm'
-                    my_timed: '40 7 * * *'
+                    my_timed: '20 6 1 * *'
+                    my_hname: 'osuosl3'
+                - 'cdebootstrap_bullseye':
+                    my_description: 'Check cdebootstrap of bullseye is reproducible.'
+                    my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh cdebootstrap bullseye'
+                    my_timed: '30 6 1 * *'
                     my_hname: 'osuosl3'
                 - 'json':
                     my_description: 'Generate https://reproducible.debian.net/userContent/reproducible.json for consumption by tracker.debian.org.'
@@ -963,6 +978,10 @@
             my_timed: 'H H * * 0' # Every Sunday, sometime during the day
             my_keep_build_days: 31 # About one month of history
             installer_origin: 'git'
+        - trixie:
+            my_timed: 'H H * * 1' # Every Saturday, sometime during the day
+            my_keep_build_days: 31 # About one month of history
+            installer_origin: 'git'
         - sid:
             my_timed: 'H H * * *' # Every day, sometime during the day
             my_keep_build_days: 10 # About 1.5 week of history



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/af08ebcd3252a1193b5e34ce371737f09de167e5...a6e2d4f120062883c319aaa0f343ffb7890009ff

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/af08ebcd3252a1193b5e34ce371737f09de167e5...a6e2d4f120062883c319aaa0f343ffb7890009ff
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/20230616/fa782796/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list