Commit 2d0205d5 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian sha1 checker: move to osuosl173

parent 50f250b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
** done: osuosl171: openwrt, coreboot, netbsd
*** is constantly online (in jenkins) now, which is not how we like it and still doesnt solve the netbsd job probs
** done: osuosl172: openwrt, coreboot (future)
** osuosl173: debian
** osuosl174: debian (future)
** osuosl173: debian rebuilder#1
** osuosl174:
* add to README 
* add link to OSUOSL in THANKS and explain usage
* drop 'setup in progress' from r_html_nodes_info
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ set -e

# TODOs:
# - ${package_file}.sha1output includes ${package_file} in the file name and contents
# - run job on jenkins, then do work via ssh on osuoslXXX ?
# - GRAPH
# - save results in db
# - loop through all packages known in db
@@ -26,7 +25,7 @@ set -e
# - throw away results (if none has been|which have not) signed with a tests.r-b.o key
# - json files from buildinfo.d.n are never re-downloaded
# - rebuilder:
#   - run on osuoslXXX
#   - run on osuosl173
#   - loop randomly through unreproducible packages first, then reproducible ones. do one attempt only.
#   - one job run tests one package.
#   - use same debuild options possible? or try all sane options?
+5 −0
Original line number Diff line number Diff line
@@ -584,22 +584,27 @@
                - 'compare_Debian_sha1sums':
                    my_description: 'Compare sha1sums of Debian binary packages with rebuild ones'
                    my_timed: '55 23 * * *'
                    my_hname: 'osuosl173'
                - '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_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_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_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_hname: 'osuosl173'
            my_shellext: ".sh"
            my_shell: '/srv/jenkins/bin/reproducible_{my_task}{my_shellext}'
            my_hname: ''