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

reproducible Debian real-world: run jobs all the time (and here jenkins is ♥️ly again...)

parent 36b3f889
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -583,22 +583,22 @@
                    my_shell: '/srv/jenkins/bin/diffoscope_distribution_test.sh Arch'
                - 'compare_Debian_sha1sums':
                    my_description: 'Compare sha1sums of Debian binary packages with rebuild ones'
                    my_timed: ''
                    my_timed: '55 * * * *'
                - 'compare_Debian_sha1sums_forward_runner':
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
                    my_timed: ''
                    my_timed: '56 * * * *'
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh forward'
                - 'compare_Debian_sha1sums_reverse_runner':
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in reverse order)'
                    my_timed: ''
                    my_timed: '56 * * * *'
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh reverse'
                - 'compare_Debian_sha1sums_random_runner_1':
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
                    my_timed: ''
                    my_timed: '56 * * * *'
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
                - 'compare_Debian_sha1sums_random_runner_2':
                    my_description: 'Fetch .buildinfo files of Debian binary packages (in random order)'
                    my_timed: ''
                    my_timed: '56 * * * *'
                    my_shell: '/srv/jenkins/bin/reproducible_compare_Debian_sha1sums.sh random'
            my_shellext: ".sh"
            my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}'