diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-06 16:16:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-06 16:16:55 +0200 |
commit | c5f840e7e5d79480997bea2d0ca0a2e4e7a0e31e (patch) | |
tree | ea1c4509576b67a731739b9d883e28c59bcd1662 /TODO | |
parent | 448805c6452b1f15e861796e90af0504cd847bf7 (diff) | |
download | jenkins.debian.net-c5f840e7e5d79480997bea2d0ca0a2e4e7a0e31e.tar.xz |
reproducible: remove two amd64 build jobs on jenkins and add six more on the new nodes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -240,14 +240,6 @@ properties: ** diffoscope needs to be run on the target arch... *** can't this be run via qemu on the host? -* missing job definitions: -** reproducible_builder_amd64_1 runs "reproducible_build.sh profitbricks-build1-amd64 profitbricks-build2-amd64" -** reproducible_builder_amd64_2 runs "reproducible_build.sh profitbricks-build1-amd64 profitbricks-build2-amd64" -** reproducible_builder_amd64_3 runs "reproducible_build.sh profitbricks-build1-amd64 profitbricks-build2-amd64" -** reproducible_builder_amd64_8 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64" -** reproducible_builder_amd64_9 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64" -** reproducible_builder_amd64_10 runs "reproducible_build.sh profitbricks-build2-amd64 profitbricks-build1-amd64" - * then we have a new script, reproducible_info.sh which just outputs key-value pairs, like "ARCH=armhf", DATETIME="Mo 10. Aug 11:56:22 CEST 2015" and "TZ=UTC" and whatever. ** this script is run on all nodes, via a for loop on the main node (jenkins atm), as part of dashboard.sh, and the results will be captured in /srv/reproducible-results/node-information/$NODE and then used by reproducible_html_dashboard.sh to create the table with the differences between 1st and 2nd build... *** document usage of -j 24/8/3 in write_explaination_table() |