diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:17:51 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-06 01:17:51 +0100 |
commit | c049bff5c5496956a1f8ad6247bc21b8bc02c0e0 (patch) | |
tree | cfb85928872a3c9ce3b922af466d2f8996257310 /README | |
parent | 29b624b42c82e686a81df23817c3c6c3f1ed3d83 (diff) | |
download | jenkins.debian.net-c049bff5c5496956a1f8ad6247bc21b8bc02c0e0.tar.xz |
reproducible armhf: add two new armhf build nodes & their setup and mainenance jobs. Thanks Vagrant.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -138,11 +138,12 @@ Installation tests inside chroot environments. * Currently, three suites are tested on 'amd64' 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' and 42 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 now using four virtual machines, profitbricks-build(1+2+5+6)-amd64, 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 16 small boards donated by vagrant@d.o: -*** two quad-cores (cbxi4a and cbxi4b) with 4gb ram, +** To test 'armhf' we are using 18 small boards donated by vagrant@d.o: +*** three quad-cores (cbxi4a, cbxi4b and ff4a) with 4gb ram, *** three octo-cores (odxu4, odxu4b and odxu4c) with 2gb ram, -*** six quad-cores (wbq0, cbxi4pro0, ff2a, ff2b, opi2a and opi2b) with 2gb ram, -*** two quad-cores (rpi2b and rpi2c) with 1gb ram and three dual-cores (bpi0, hb0 and wbd0) with 1gb ram, each. +*** seven quad-cores (bbx15, wbq0, cbxi4pro0, ff2a, ff2b, opi2a and opi2b) with 2gb ram, +*** two quad-cores (rpi2b and rpi2c) with 1gb ram and +*** three dual-cores (bpi0, hb0 and wbd0) with 1gb ram, each. ** We would love to have more or more powerful ARM hardware in the future, if you can help, please talk to us! * Packages to be build are scheduled in the SQLite database via a scheduler job, which runs every hour and if the queue is below a certain threshold schedules four types of packages: |