[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: Rearrange armhf build jobs to only use active nodes.

Vagrant Cascadian gitlab at salsa.debian.org
Mon Apr 5 01:54:23 BST 2021



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


Commits:
4a5083b5 by Vagrant Cascadian at 2021-04-04T17:53:44-07:00
reproducible: Rearrange armhf build jobs to only use active nodes.

The currently inactive machines are likely to get retired, and virt32a
needed more jobs.

- - - - -


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 52 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 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.)
 ** 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
=====================================
@@ -139,32 +139,26 @@ choose_nodes() {
 		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_9)	NODE1=ff64a-armhf-rb		NODE2=cbxi4pro0-armhf-rb ;;
 		armhf_10)	NODE1=virt64a-armhf-rb		NODE2=ff4a-armhf-rb ;;
-		armhf_11)	NODE1=cbxi4pro0-armhf-rb	NODE2=jtx1a-armhf-rb ;;
+		armhf_11)	NODE1=virt32a-armhf-rb		NODE2=jtx1a-armhf-rb ;;
 		armhf_12)	NODE1=ff2a-armhf-rb		NODE2=wbq0-armhf-rb ;;
 		armhf_13)	NODE1=ff2a-armhf-rb		NODE2=p64c-armhf-rb ;;
 		armhf_14)	NODE1=ff2b-armhf-rb		NODE2=p64b-armhf-rb ;;
 		armhf_15)	NODE1=ff2b-armhf-rb		NODE2=virt64a-armhf-rb ;;
-		armhf_16)	NODE1=jtx1b-armhf-rb		NODE2=p64b-armhf-rb ;;
+		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_20)	NODE1=odxu4a-armhf-rb		NODE2=jtk1b-armhf-rb ;;
-		armhf_21)	NODE1=odxu4a-armhf-rb		NODE2=opi2a-armhf-rb ;;
 		armhf_22)	NODE1=virt64a-armhf-rb		NODE2=odu3a-armhf-rb ;;
 		armhf_23)	NODE1=ff64a-armhf-rb		NODE2=opi2a-armhf-rb ;;
-		armhf_24)	NODE1=odxu4b-armhf-rb		NODE2=ff64a-armhf-rb ;;
-		armhf_26)	NODE1=odu3a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
+		armhf_24)	NODE1=virt32a-armhf-rb		NODE2=ff64a-armhf-rb ;;
 		armhf_27)	NODE1=odu3a-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_32)	NODE1=opi2c-armhf-rb		NODE2=odxu4b-armhf-rb ;;
 		armhf_33)	NODE1=virt64a-armhf-rb		NODE2=ff2a-armhf-rb ;;
 		armhf_34)	NODE1=p64b-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_37)	NODE1=p64c-armhf-rb		NODE2=cbxi4pro0-armhf-rb ;;
 		armhf_38)	NODE1=wbq0-armhf-rb		NODE2=ff2b-armhf-rb ;;
 		armhf_39)	NODE1=wbq0-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
 		armhf_40)	NODE1=cbxi4a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
@@ -175,7 +169,7 @@ choose_nodes() {
 		armhf_45)	NODE1=ff4a-armhf-rb		NODE2=jtk1a-armhf-rb ;;
 		armhf_46)	NODE1=ff4a-armhf-rb		NODE2=jtx1c-armhf-rb ;;
 		armhf_47)	NODE1=jtx1a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
-		armhf_48)	NODE1=jtx1a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
+		armhf_48)	NODE1=jtx1a-armhf-rb		NODE2=virt32a-armhf-rb ;;
 		armhf_49)	NODE1=jtx1b-armhf-rb		NODE2=bbx15-armhf-rb ;;
 		armhf_50)	NODE1=jtx1c-armhf-rb		NODE2=jtk1a-armhf-rb ;;
 		armhf_51)	NODE1=jtx1c-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
@@ -183,6 +177,9 @@ choose_nodes() {
 		armhf_53)	NODE1=jtk1a-armhf-rb		NODE2=wbq0-armhf-rb ;;
 		armhf_54)	NODE1=jtk1a-armhf-rb		NODE2=ff64a-armhf-rb ;;
 		armhf_55)	NODE1=virt32a-armhf-rb		NODE2=virt64a-armhf-rb ;;
+		armhf_56)	NODE1=ff64a-armhf-rb		NODE2=jtk1b-armhf-rb ;;
+		armhf_57)	NODE1=p64c-armhf-rb		NODE2=opi2a-armhf-rb ;;
+		armhf_58)	NODE1=odu3a-armhf-rb		NODE2=p64b-armhf-rb ;;
 		*)		NODE1=undefined
 				;;
 	esac



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4a5083b5ebd963ce17b0ce18ba4323495d07b22a
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/998f4eb4/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list