[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian sha1 checker: move to osuosl173, part 2
Holger Levsen
gitlab at salsa.debian.org
Tue Feb 26 13:17:15 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b700d342 by Holger Levsen at 2019-02-26T13:17:01Z
reproducible Debian sha1 checker: move to osuosl173, part 2
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/jenkins_node_wrapper.sh
- job-cfg/reproducible.yaml
Changes:
=====================================
bin/jenkins_node_wrapper.sh
=====================================
@@ -145,6 +145,14 @@ elif [ "$1" = "/srv/jenkins/bin/reproducible_build_archlinux_pkg.sh" ] && ( [ "$
exec /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh "$2" "$3" "$4" "$5" "$6" ; croak "Exec failed";
elif [ "$1" = "/srv/jenkins/bin/reproducible_build_rpm.sh" ] && ( [ "$2" = "1" ] || [ "$2" = "2" ] ) ; then
exec /srv/jenkins/bin/reproducible_build_rpm.sh "$2" "$3" "$4" "$5" "$6" "$7" ; croak "Exec failed";
+elif [ "$1" = "reproducible_compare_Debian_sha1sums" ] ; then
+ exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh ; croak "Exec failed";
+elif [ "$1" = "reproducible_compare_Debian_sha1sums_forward_runner" ] ; then
+ exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh forward ; croak "Exec failed";
+elif [ "$1" = "reproducible_compare_Debian_sha1sums_reverse_runner" ] ; then
+ exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh reverse ; croak "Exec failed";
+elif [[ "$1" ~= "reproducible_compare_Debian_sha1sums_random_runner_?" ]] ; then
+ exec /srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random ; croak "Exec failed";
elif [ "$*" = "some_jenkins_job_name" ] ; then
exec echo run any commands here ; croak "Exec failed";
fi
=====================================
job-cfg/reproducible.yaml
=====================================
@@ -585,25 +585,26 @@
my_description: 'Compare sha1sums of Debian binary packages with rebuild ones'
my_timed: '55 23 * * *'
my_hname: 'osuosl173'
+ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
- 'compare_Debian_sha1sums_forward_runner':
my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
my_timed: '56 * * * *'
- my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh forward'
+ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: 'osuosl173'
- 'compare_Debian_sha1sums_reverse_runner':
my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
my_timed: '56 * * * *'
- my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh reverse'
+ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: 'osuosl173'
- 'compare_Debian_sha1sums_random_runner_1':
my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
my_timed: '56 * * * *'
- my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
+ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: 'osuosl173'
- 'compare_Debian_sha1sums_random_runner_2':
my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
my_timed: '56 * * * *'
- my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
+ my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: 'osuosl173'
my_shellext: ".sh"
my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b700d34294907cbe0dbbc45e318d301926fe059a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b700d34294907cbe0dbbc45e318d301926fe059a
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/20190226/28bc7290/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list