[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: Adjust build jobs to use virt64a-armhf-rb.

Vagrant Cascadian gitlab at salsa.debian.org
Wed Mar 31 01:17:45 BST 2021



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


Commits:
b447f1f7 by Vagrant Cascadian at 2021-03-30T17:16:26-07:00
reproducible: Adjust build jobs to use virt64a-armhf-rb.

Borrow jobs from nodes which have been down for a while (opi2c, odxu4b
and cbxi4pro0), and try to maximize armhf/arm64 kernel variation.

- - - - -


1 changed file:

- bin/reproducible_build_service.sh


Changes:

=====================================
bin/reproducible_build_service.sh
=====================================
@@ -121,7 +121,8 @@ 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; 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 virt64a; do echo "$i: " ; grep NODE1 bin/reproducible_build_service.sh|grep armhf|grep $i-armhf ; done
+	        #       6 jobs for quad-cores with 24 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
@@ -139,19 +140,19 @@ choose_nodes() {
 		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=cbxi4pro0-armhf-rb	NODE2=ff4a-armhf-rb ;;
+		armhf_10)	NODE1=virt64a-armhf-rb		NODE2=ff4a-armhf-rb ;;
 		armhf_11)	NODE1=cbxi4pro0-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=opi2c-armhf-rb ;;
+		armhf_15)	NODE1=ff2b-armhf-rb		NODE2=virt64a-armhf-rb ;;
 		armhf_16)	NODE1=jtx1b-armhf-rb		NODE2=p64b-armhf-rb ;;
 		armhf_17)	NODE1=jtx1b-armhf-rb		NODE2=jtk1b-armhf-rb ;;
-		armhf_18)	NODE1=jtk1b-armhf-rb		NODE2=opi2c-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=odxu4b-armhf-rb		NODE2=odu3a-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 ;;
@@ -159,8 +160,8 @@ choose_nodes() {
 		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=opi2c-armhf-rb		NODE2=ff2a-armhf-rb ;;
-		armhf_34)	NODE1=p64b-armhf-rb		NODE2=odxu4b-armhf-rb ;;
+		armhf_33)	NODE1=virt64a-armhf-rb		NODE2=ff2a-armhf-rb ;;
+		armhf_34)	NODE1=p64b-armhf-rb		NODE2=virt64a-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 ;;



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b447f1f7f6d974b63bb085d76bfc6b566be8bb8c
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/20210331/fb875cbd/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list