Commit b700d342 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian sha1 checker: move to osuosl173, part 2

parent 2d0205d5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
+5 −4
Original line number Diff line number Diff line
@@ -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}'