[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: Adjust armhf build jobs to include virt32b and virt64b.

Vagrant Cascadian gitlab at salsa.debian.org
Mon Apr 5 04:08:43 BST 2021



Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net


Commits:
d1a775ba by Vagrant Cascadian at 2021-04-04T20:07:08-07:00
reproducible: Adjust armhf build jobs to include virt32b and virt64b.

- - - - -


2 changed files:

- README
- bin/reproducible_build_service.sh


Changes:

=====================================
README
=====================================
@@ -125,7 +125,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!
 
-* For Debian, four suites, 'stretch', 'buster', 'unstable' and 'experimental', are tested on four architectures: 'amd64', 'i386', 'arm64' and 'armhf'. The tests are done using 'pbuilder' through several concurrent workers: 40 for 'amd64', 24 for 'i386', 32 for 'arm64' and 49 for 'armhf', which are each constantly testing packages and saving the results of these tests. There's a single link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_build_service.sh[systemd service] starting all of these link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_worker.sh[workers] which in turn launch the actual link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_build.sh[build script]. (So the actual builds and tests are happening outside the jenkins service.)
+* For Debian, four suites, 'stretch', 'buster', 'unstable' and 'experimental', are tested on four architectures: 'amd64', 'i386', 'arm64' and 'armhf'. The tests are done using 'pbuilder' through several concurrent workers: 40 for 'amd64', 24 for 'i386', 32 for 'arm64' and 55 for 'armhf', which are each constantly testing packages and saving the results of these tests. There's a single link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_build_service.sh[systemd service] starting all of these link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_worker.sh[workers] which in turn launch the actual link:https://salsa.debian.org/qa/jenkins.debian.net/blob/master/bin/reproducible_build.sh[build script]. (So the actual builds and tests are happening outside the jenkins service.)
 ** To shutdown all the workers use:  `sudo systemctl stop reproducible_build at startup.service ; /srv/jenkins/bin/reproducible_cleanup_nodes.sh`
 ** To start all the workers use: `sudo systemctl start reproducible_build at startup.service`
 


=====================================
bin/reproducible_build_service.sh
=====================================
@@ -121,8 +121,9 @@ choose_nodes() {
 		arm64_31)	NODE1=codethink16-arm64	NODE2=codethink13-arm64 ;;
 		arm64_32)	NODE1=codethink16-arm64	NODE2=codethink15-arm64 ;;
 		# to choose new armhf jobs:
-            #   for i in cb3a bbx15 cbxi4pro0 ff2a ff2b ff64a jtk1a jtk1b odxu4a odxu4b odu3a opi2a opi2c p64b p64c wbq0 cbxi4a cbxi4b ff4a jtx1a jtx1b jtx1c virt32a virt64a; do echo "$i: " ; grep NODE1 bin/reproducible_build_service.sh|grep armhf|grep $i-armhf ; done
+            #   for i in cb3a bbx15 cbxi4pro0 ff2a ff2b ff64a jtk1a jtk1b odxu4a odxu4b odu3a opi2a opi2c p64b p64c wbq0 cbxi4a cbxi4b ff4a jtx1a jtx1b jtx1c virt32a virt32b virt64a virt64b; do echo "$i: " ; grep NODE1 bin/reproducible_build_service.sh|grep armhf|grep $i-armhf ; done
 	        #       6 jobs for quad-cores with 15 gb ram
+	        #       6 jobs for quad-cores with 7 gb ram
 	        #       6 jobs for quad-cores with 4 gb ram
 	        #       4 jobs for octo-cores with 2 gb ram
 	        #       4 jobs for hexa-cores with 2 gb ram
@@ -138,7 +139,8 @@ choose_nodes() {
 		armhf_5)	NODE1=cbxi4a-armhf-rb		NODE2=p64c-armhf-rb ;;
 		armhf_6)	NODE1=jtx1a-armhf-rb		NODE2=ff4a-armhf-rb ;;
 		armhf_7)	NODE1=ff4a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
-		armhf_8)	NODE1=ff64a-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
+		armhf_8)	NODE1=p64b-armhf-rb		NODE2=virt32b-armhf-rb ;;
+		armhf_9)	NODE1=virt64b-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
 		armhf_10)	NODE1=virt64a-armhf-rb		NODE2=ff4a-armhf-rb ;;
 		armhf_11)	NODE1=virt32a-armhf-rb		NODE2=jtx1a-armhf-rb ;;
 		armhf_12)	NODE1=ff2a-armhf-rb		NODE2=wbq0-armhf-rb ;;
@@ -148,15 +150,20 @@ choose_nodes() {
 		armhf_16)	NODE1=jtx1b-armhf-rb		NODE2=virt32a-armhf-rb ;;
 		armhf_17)	NODE1=jtx1b-armhf-rb		NODE2=jtk1b-armhf-rb ;;
 		armhf_18)	NODE1=jtk1b-armhf-rb		NODE2=virt64a-armhf-rb ;;
-		armhf_19)	NODE1=jtk1b-armhf-rb		NODE2=jtx1c-armhf-rb ;;
+		armhf_19)	NODE1=virt32b-armhf-rb		NODE2=jtx1c-armhf-rb ;;
+		armhf_20)	NODE1=jtk1b-armhf-rb		NODE2=virt64b-armhf-rb ;;
+		armhf_21)	NODE1=odu3a-armhf-rb		NODE2=virt64b-armhf-rb ;;
 		armhf_22)	NODE1=virt64a-armhf-rb		NODE2=odu3a-armhf-rb ;;
-		armhf_23)	NODE1=ff64a-armhf-rb		NODE2=opi2a-armhf-rb ;;
+		armhf_23)	NODE1=ff64a-armhf-rb		NODE2=virt32b-armhf-rb ;;
 		armhf_24)	NODE1=virt32a-armhf-rb		NODE2=ff64a-armhf-rb ;;
-		armhf_27)	NODE1=odu3a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
+		armhf_25)	NODE1=virt64b-armhf-rb		NODE2=opi2a-armhf-rb ;;
+		armhf_26)	NODE1=virt64b-armhf-rb		NODE2=virt32b-armhf-rb ;;
+		armhf_27)	NODE1=virt32b-armhf-rb		NODE2=jtx1b-armhf-rb ;;
 		armhf_28)	NODE1=opi2a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
 		armhf_29)	NODE1=opi2a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
+		armhf_30)	NODE1=virt32b-armhf-rb		NODE2=virt64b-armhf-rb ;;
 		armhf_33)	NODE1=virt64a-armhf-rb		NODE2=ff2a-armhf-rb ;;
-		armhf_34)	NODE1=p64b-armhf-rb		NODE2=virt32a-armhf-rb ;;
+		armhf_34)	NODE1=ff64a-armhf-rb		NODE2=virt32a-armhf-rb ;;
 		armhf_35)	NODE1=p64b-armhf-rb		NODE2=ff2a-armhf-rb ;;
 		armhf_36)	NODE1=p64c-armhf-rb		NODE2=ff2b-armhf-rb ;;
 		armhf_38)	NODE1=wbq0-armhf-rb		NODE2=ff2b-armhf-rb ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d1a775ba95e07721d87eb0a044444375e1f226b1

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d1a775ba95e07721d87eb0a044444375e1f226b1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210405/456d6e04/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list