summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--job-cfg/reproducible.yaml11
2 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index 8c0a53b4..33f0f4bb 100644
--- a/README
+++ b/README
@@ -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' 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, 16 for 'amd64' and 'i386' each, and 57 for 'armhf', which are each constantly testing packages and saving the results of these tests.
+* Currently, three suites are tested on 'amd64', 'i386' 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, 16 for 'amd64' and 'i386' each, 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' and 'i386' we are using two virtual machines each, profitbricks-build(1+5)-amd64 and profitbricks-build(2+6)-i386, which have 18 or 17 cores and 48gb ram each and are sponsored by link:https://jenkins.debian.net/userContent/thanks.html[Profitbricks].
** To test 'armhf' we are using 22 small boards donated by vagrant@d.o:
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 36f2d36b..6b4ea177 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -565,7 +565,7 @@
# could have all archs in one block, but it seems cleaner this way
# to choose new jobs:
- # for i in bbx15 bpi0 cbxi4a cbxi4b cbxi4pro0 cb3a ff2a ff2b ff4a hb0 jtk1a odxu4 odxu4b odxu4c odu3a opi2a opi2b opi2c rpi2b rpi2c wbd0 wbq0 ; do echo "$i: " ; grep my_node1 job-cfg/reproducible.yaml|grep armhf|grep $i-armhf ; echo ; done
+ # for i in bbx15 bpi0 cbxi4a cbxi4b cbxi4pro0 cb3a ff2a ff2b ff4a hb0 jtk1a odxu4 odxu4b odxu4c odu3a opi2a opi2b opi2c rpi2b rpi2c wbd0 wbq0 ; do echo "$i: " ; grep my_node1 job-cfg/reproducible.yaml|grep armhf|grep $i-armhf ; done
# 8 jobs for quad-cores with 4 gb ram
# 6 jobs for octo-cores with 2 gb ram
# 6 jobs for quad-cores with 2 gb ram
@@ -609,9 +609,9 @@
- '32': { my_node1: 'jtk1a-armhf-rb', my_node2: 'cbxi4b-armhf-rb' }
- '33': { my_node1: 'ff2a-armhf-rb', my_node2: 'opi2b-armhf-rb' }
- '34': { my_node1: 'cbxi4a-armhf-rb', my_node2: 'opi2b-armhf-rb' }
- - '35': { my_node1: 'cbxi4a-armhf-rb', my_node2: 'ff2b-armhf-rb' }
- - '36': { my_node1: 'jtk1a-armhf-rb', my_node2: 'cbxi4a-armhf-rb' }
- - '37': { my_node1: 'cbxi4b-armhf-rb', my_node2: 'wbq0-armhf-rb' }
+ - '35': { my_node1: 'opi2a-armhf-rb', my_node2: 'ff2b-armhf-rb' }
+ - '36': { my_node1: 'opi2a-armhf-rb', my_node2: 'cbxi4a-armhf-rb' }
+ - '37': { my_node1: 'opi2a-armhf-rb', my_node2: 'wbq0-armhf-rb' }
- '38': { my_node1: 'cbxi4b-armhf-rb', my_node2: 'jtk1a-armhf-rb' }
- '39': { my_node1: 'cbxi4b-armhf-rb', my_node2: 'cbxi4a-armhf-rb' }
- '40': { my_node1: 'opi2b-armhf-rb', my_node2: 'cbxi4b-armhf-rb' }
@@ -632,6 +632,9 @@
- '55': { my_node1: 'opi2c-armhf-rb', my_node2: 'odu3a-armhf-rb' }
- '56': { my_node1: 'odu3a-armhf-rb', my_node2: 'ff2a-armhf-rb' }
- '57': { my_node1: 'opi2c-armhf-rb', my_node2: 'ff2a-armhf-rb' }
+ - '58': { my_node1: 'cbxi4a-armhf-rb', my_node2: 'opi2a-armhf-rb' }
+ - '59': { my_node1: 'jtk1a-armhf-rb', my_node2: 'opi2a-armhf-rb' }
+ - '60': { my_node1: 'cbxi4b-armhf-rb', my_node2: 'opi2a-armhf-rb' }
my_shell: '/srv/jenkins/bin/reproducible_build.sh {my_node1} {my_node2}'
my_timed: '* * * * *'