diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -135,7 +135,7 @@ Installation tests inside chroot environments. * The (current) purpose of https://tests.reproducible-builds.org is to show the potential of reproducible builds for Debian - and six other projects currently. This is research, showing what could (and should) be done... check https://wiki.debian.org/ReproducibleBuilds for the real status of the project for Debian! -* Currently, three suites are tested on 'amd64', 'i386', 'arm64' and 'armhf' architectures: 'testing', 'unstable' and 'experimental'. The tests are done using 'pbuilder' using link:https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain[our toolchain] through concurrent builder jobs, 32 for 'amd64', 24 for 'i386', 32 for 'arm64' and 60 for 'armhf', which are each constantly testing packages and saving the results of these tests. +* Currently, three suites are tested on 'amd64', 'i386', 'arm64' and 'armhf' architectures: 'testing', 'unstable' and 'experimental'. The tests are done using 'pbuilder' using link:https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain[our toolchain] through concurrent builder jobs, 40 for 'amd64', 24 for 'i386', 32 for 'arm64' and 60 for 'armhf', which are each constantly testing packages and saving the results of these tests. * These builds on remote nodes run on very different hardware: ** for 'amd64' we are using four virtual machines, profitbricks-build(1+5+11+15)-amd64, which have 15 or 16 cores and 48gb ram each. These nodes are sponsored by link:https://jenkins.debian.net/userContent/thanks.html[Profitbricks]. diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 72902074..5f781ced 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -591,6 +591,14 @@ - '30': *builders_5_11 - '31': *builders_11_15 - '32': *builders_15_11 + - '33': *builders_1_5 + - '34': *builders_5_1 + - '35': *builders_1_15 + - '36': *builders_15_1 + - '37': *builders_11_5 + - '38': *builders_5_11 + - '39': *builders_11_15 + - '40': *builders_15_11 my_shell: '/srv/jenkins/bin/reproducible_build.sh {my_node1}-{my_arch} {my_node2}-{my_arch}' my_timed: '* * * * *' my_hname: '' |