[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: reproducible Debian: only configure 16 i386 workers

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Aug 31 10:10:57 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
57bbcd5a by Holger Levsen at 2021-08-31T11:04:09+02:00
reproducible Debian: only configure 16 i386 workers

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
10c75299 by Holger Levsen at 2021-08-31T11:09:23+02:00
reproducible Debian: reduce memory on i386 to 8gb due to deb#876035

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
5749c014 by Holger Levsen at 2021-08-31T11:10:01+02:00
reproducible Debian: only configure 12 i386 workers as 16 was effective for months already

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- THANKS.head
- bin/reproducible_build_service.sh


Changes:

=====================================
THANKS.head
=====================================
@@ -10,13 +10,13 @@ link:https://jenkins.debian.net/["jenkins.debian.net"] would not be possible wit
  * Currently we are using:
  ** 23 cores and 75 GB memory for jenkins.debian.net
  ** 15 cores and 48 GB memory for ionos1-amd64.debian.net used for building amd64 Debian packages for tests.reproducible-builds.org (t.r-b.o)
- ** 10 cores and 36 GB memory for ionos2-i386.debian.net used for building i386 Debian packages for t.r-b.o
+ ** 10 cores and 8 GB memory for ionos2-i386.debian.net used for building i386 Debian packages for t.r-b.o
  ** 16 cores and 48 GB memory for ionos5-amd64.debian.net used for building amd64 Debian packages for t.r-b.o, running in the future
- ** 9 cores and 36 GB memory for ionos6-i386.debian.net used for building i386 Debian packages for t.r-b.o, running in the future
+ ** 9 cores and 8 GB memory for ionos6-i386.debian.net used for building i386 Debian packages for t.r-b.o, running in the future
  ** 15 cores and 48 GB memory for ionos11-amd64.debian.net used for building amd64 Debian packages for tests.reproducible-builds.org (t.r-b.o)
- ** 10 cores and 36 GB memory for ionos12-i386.debian.net used for building i386 Debian packages for t.r-b.o
+ ** 10 cores and 8 GB memory for ionos12-i386.debian.net used for building i386 Debian packages for t.r-b.o
  ** 16 cores and 48 GB memory for ionos15-amd64.debian.net used for building amd64 Debian packages for t.r-b.o, running in the future
- ** 9 cores and 36 GB memory for ionos16-i386.debian.net sed for building i386 Debian packages for t.r-b.o, running in the future
+ ** 9 cores and 8 GB memory for ionos16-i386.debian.net sed for building i386 Debian packages for t.r-b.o, running in the future
  ** 2 cores and 4 GB memory for ionos3-amd64.debian.net used for our twitterbot.
  ** 2 cores and 8 GB memory for ionos7-amd64.debian.net used for buildinfos.debian.net
  ** 5 cores and 10 GB memory for ionos9-amd64.debian.net used for rebootstrap jobs


=====================================
bin/reproducible_build_service.sh
=====================================
@@ -74,18 +74,18 @@ choose_nodes() {
 		i386_10)	NODE1=ionos6-i386	NODE2=ionos2-i386 ;;
 		i386_11)	NODE1=ionos2-i386	NODE2=ionos16-i386 ;;
 		i386_12)	NODE1=ionos16-i386	NODE2=ionos2-i386 ;;
-		i386_13)	NODE1=ionos12-i386	NODE2=ionos6-i386 ;;
-		i386_14)	NODE1=ionos6-i386	NODE2=ionos12-i386 ;;
-		i386_15)	NODE1=ionos12-i386	NODE2=ionos16-i386 ;;
-		i386_16)	NODE1=ionos16-i386	NODE2=ionos12-i386 ;;
-		i386_17)	NODE1=ionos2-i386	NODE2=ionos6-i386 ;;
-		i386_18)	NODE1=ionos6-i386	NODE2=ionos2-i386 ;;
-		i386_19)	NODE1=ionos2-i386	NODE2=ionos16-i386 ;;
-		i386_20)	NODE1=ionos16-i386	NODE2=ionos2-i386 ;;
-		i386_21)	NODE1=ionos12-i386	NODE2=ionos6-i386 ;;
-		i386_22)	NODE1=ionos6-i386	NODE2=ionos12-i386 ;;
-		i386_23)	NODE1=ionos12-i386	NODE2=ionos16-i386 ;;
-		i386_24)	NODE1=ionos16-i386	NODE2=ionos12-i386 ;;
+		#i386_13)	NODE1=ionos12-i386	NODE2=ionos6-i386 ;;
+		#i386_14)	NODE1=ionos6-i386	NODE2=ionos12-i386 ;;
+		#i386_15)	NODE1=ionos12-i386	NODE2=ionos16-i386 ;;
+		#i386_16)	NODE1=ionos16-i386	NODE2=ionos12-i386 ;;
+		#i386_17)	NODE1=ionos2-i386	NODE2=ionos6-i386 ;;
+		#i386_18)	NODE1=ionos6-i386	NODE2=ionos2-i386 ;;
+		#i386_19)	NODE1=ionos2-i386	NODE2=ionos16-i386 ;;
+		#i386_20)	NODE1=ionos16-i386	NODE2=ionos2-i386 ;;
+		#i386_21)	NODE1=ionos12-i386	NODE2=ionos6-i386 ;;
+		#i386_22)	NODE1=ionos6-i386	NODE2=ionos12-i386 ;;
+		#i386_23)	NODE1=ionos12-i386	NODE2=ionos16-i386 ;;
+		#i386_24)	NODE1=ionos16-i386	NODE2=ionos12-i386 ;;
 
 		# arm64
 		arm64_1)	NODE1=codethink9-arm64	NODE2=codethink10-arm64 ;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ba32c6555134ea3d9cc4df8cea6453532c97d59f...5749c014fd0eca13b185bf569a562d80820b9aeb

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/ba32c6555134ea3d9cc4df8cea6453532c97d59f...5749c014fd0eca13b185bf569a562d80820b9aeb
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/20210831/76d98da5/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list