[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] drop CI jobs for diffoscope, reprotest and disorderfs, rely on salsa CI jobs instead

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Jun 13 21:37:12 BST 2023



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


Commits:
e950015c by Holger Levsen at 2023-06-13T22:35:47+02:00
drop CI jobs for diffoscope, reprotest and disorderfs, rely on salsa CI jobs instead

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

- - - - -


2 changed files:

- bin/common-functions.sh
- job-cfg/reproducible.yaml


Changes:

=====================================
bin/common-functions.sh
=====================================
@@ -233,7 +233,7 @@ jenkins_zombie_check() {
 	# related however is that I issued a reboot (via running 
 	# /sbin/reboot) right before the zombies appeared...
 	#
-	ZOMBIES="$(ls -1d /var/lib/jenkins/jobs/* | grep -E 'strip-nondeterminism|reproducible_(builder_(amd64|i386|armhf|arm64)|setup_(pbuilder|schroot)_testing)|chroot-installation_wheezy|aptdpkg|stretch_install_education-thin-client-server|jessie_multiarch_versionskew|dpkg_stretch_find_trigger_cycles|sid_install_education-services|buster_install_education-services|lvc|chroot-installation_stretch_.*_upgrade_to_sid|chroot-installation_buster_.*_upgrade_to_sid|piuparts_.*_(jessie|stretch)|lintian-tests_.*_stretch|udd_stretch|d-i_pu-build|debsums-tests_stretch|debian-archive-keyring-tests_stretch|chroot-installation_jessie|chroot-installation_.*education-lang-|kirkwoot|rebootstrap_.*_gcc[5-9]($|_)|rebootstrap_.*_gcc1[01]($|_)|brcm47xx|rebootstrap_kfreebsd|diffoscope_from_git_|disorderfs_from_git_master|diffoscope_pypi|diffoscope_freebsd|diffoscope_netbsd|diffoscope_macports|diffoscope_archlinux|openwrt-target-ath97|profitbricks|pool_buildinfos_suites|g-i-installation|reproducible_compare_Debian_sha1sums|bbx15|cb3a|ff2a|ff2b|jtk1a|jtk1b|odxu4a|odxu4b|odu3a|opi2a|opi2c|p64b|p64c|ar71xx|reproducible_debian_live_build$|chroot-installation_stretch|chroot-installation_bullseye*upgrade_to_sid|rebuilder_prototype|osuosl167|osuosl168|osuosl169|osuosl170|osuosl171|osuosl172|osuosl173|osuosl174|osuosl184fakeroot-foreign|fdroid|reproducible_.*_reproducible?$|health_check_amd64_snapshot|reproducible_.*_stretch_.*|buster_diffoscope_amd64_osuosl3|chroot-installation_buster|udd_buster_multiarch_versionskew' || true)"
+	ZOMBIES="$(ls -1d /var/lib/jenkins/jobs/* | grep -E 'strip-nondeterminism|reproducible_(builder_(amd64|i386|armhf|arm64)|setup_(pbuilder|schroot)_testing)|chroot-installation_wheezy|aptdpkg|stretch_install_education-thin-client-server|jessie_multiarch_versionskew|dpkg_stretch_find_trigger_cycles|sid_install_education-services|buster_install_education-services|lvc|chroot-installation_stretch_.*_upgrade_to_sid|chroot-installation_buster_.*_upgrade_to_sid|piuparts_.*_(jessie|stretch)|lintian-tests_.*_stretch|udd_stretch|d-i_pu-build|debsums-tests_stretch|debian-archive-keyring-tests_stretch|chroot-installation_jessie|chroot-installation_.*education-lang-|kirkwoot|rebootstrap_.*_gcc[5-9]($|_)|rebootstrap_.*_gcc1[01]($|_)|brcm47xx|rebootstrap_kfreebsd|diffoscope_from_git_|disorderfs_from_git_master|diffoscope_pypi|diffoscope_freebsd|diffoscope_netbsd|diffoscope_macports|diffoscope_archlinux|openwrt-target-ath97|profitbricks|pool_buildinfos_suites|g-i-installation|reproducible_compare_Debian_sha1sums|bbx15|cb3a|ff2a|ff2b|jtk1a|jtk1b|odxu4a|odxu4b|odu3a|opi2a|opi2c|p64b|p64c|ar71xx|reproducible_debian_live_build$|chroot-installation_stretch|chroot-installation_bullseye*upgrade_to_sid|rebuilder_prototype|osuosl167|osuosl168|osuosl169|osuosl170|osuosl171|osuosl172|osuosl173|osuosl174|osuosl184fakeroot-foreign|fdroid|reproducible_.*_reproducible?$|health_check_amd64_snapshot|reproducible_.*_stretch_.*|buster_diffoscope_amd64_osuosl3|chroot-installation_buster|udd_buster_multiarch_versionskew|disorderfs_from_git|reprotest_from_git|diffoscope_from_git' || true)"
 	if [ -n "$ZOMBIES" ] ; then
 		DIRTY=true
 		figlet 'zombies!!!'


=====================================
job-cfg/reproducible.yaml
=====================================
@@ -164,28 +164,6 @@
       - timeout:
           timeout: 2880
 
-- defaults:
-    <<: *DEFAULTS
-    name: reproducible_other_projects_git_junit_exports
-    triggers:
-      - timed: '{my_timed}'
-      - pollscm:
-          cron: '{my_scmpoll}'
-    publishers:
-      - logparser:
-          <<: *logparser
-          parse-rules: '{my_parse_rules}'
-      - email: *email
-      - naginator: *naginator
-      - junit:
-          results: 'job-exports/test-results/*.xml'
-          allow-empty-results: 'true'
-    scm:
-      - git:
-          url: '{my_gitrepo}'
-          branches:
-            - '{my_gitbranches}'
-
 - defaults:
     <<: *DEFAULTS
     name: reproducible_other_projects_trigger
@@ -281,10 +259,6 @@
     defaults: reproducible_other_projects_git_blocked
     name: '{name}_{otherproject_git_blocked}'
 
-- job-template:
-    defaults: reproducible_other_projects_git_junit_exports
-    name: '{name}_{otherproject_git_junit_exports}'
-
 - job-template:
     defaults: reproducible_other_projects_trigger
     name: '{name}_{otherproject_triggering}'
@@ -834,20 +808,6 @@
 
         - '{name}_{otherproject_git}':
             otherproject_git:
-                - 'disorderfs_from_git':
-                    my_description: 'Build disorderfs Debian package from git branch "debian"'
-                    my_timed: '42 23 1 1 *'
-                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/disorderfs.git'
-                    my_gitbranches: 'origin/debian'
-                    my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us -b'
-                    my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
-                - 'reprotest_from_git':
-                    my_description: 'Build reprotest Debian package from git branch "debian"'
-                    my_timed: '23 13 1 1 *'
-                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reprotest.git'
-                    my_gitbranches: 'origin/master'
-                    my_shell: '/srv/jenkins/bin/chroot-run.sh sid debuild -uc -us -b'
-                    my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
                 - 'builds_website':
                     my_description: 'Build https://reproducible-builds.org on every git commit to {my_gitrepo} with jekyll.'
                     my_timed: ''
@@ -876,17 +836,6 @@
             my_hname: ''
             my_naginator_regex: 'Caused by: hudson.plugins.git.GitException: Command "git fetch'
 
-        - '{name}_{otherproject_git_junit_exports}':
-            otherproject_git_junit_exports:
-             - 'diffoscope_from_git':
-                my_description: 'Build diffoscope Debian package from git branch "master".'
-                my_gitbranches: 'origin/master'
-            my_timed: '42 23 1 1 *'
-            my_gitrepo: 'https://salsa.debian.org/reproducible-builds/diffoscope.git'
-            my_hname: ''
-            my_shell: '/srv/jenkins/bin/chroot-run.sh sid --exports-results debuild -e JENKINS_EXPORTS_DIR -uc -us'
-            my_parse_rules: '/srv/jenkins/logparse/debian-pkg-ci.rules'
-            my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm at lists.alioth.debian.org'
         - '{name}_builder_{otherproject}_{my_num}':
             otherproject:
                 - 'alpine':



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e950015c42b7694415740ec51c376585cbecc5db

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e950015c42b7694415740ec51c376585cbecc5db
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/20230613/823fe5d9/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list