Unverified Commit 49de7ae8 authored by Vagrant Cascadian's avatar Vagrant Cascadian Committed by Mattia Rizzolo
Browse files

reproducible: Add back jtk1b armhf build node.

Closes: #919240
parent 4bf29894
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ Installation tests inside chroot environments.
*** six quad-cores (cbxi4a, cbxi4b, ff4a, jtx1a, jtx1b, jtx1c) with 4gb ram,
*** one hexa-core (ff64a) with 2gb ram,
*** three octo-cores (odxu4a, odxu4b and odxu4c) with 2gb ram,
*** twelve quad-cores (wbq0, cbxi4pro0, ff2a, ff2b, odu3a, opi2a, opi2b, opi2c, jtk1a, p64b and p64c) with 2gb ram, and
*** twelve quad-cores (wbq0, cbxi4pro0, ff2a, ff2b, odu3a, opi2a, opi2b, opi2c, jtk1a, jtk1b, p64b and p64c) with 2gb ram, and
*** two dual-core (bbx15 and cb3a) with 2gb ram each.
* We would love to have more or more powerful ARM hardware in the future, if you can help, please talk to us!

+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ There'a script to trigger the power on/off/cycle if needed, from hbi1 on Vagrant
  hbi1$ cd /srv/rb/ ; ./remote-power NAME on|off|ccl
	# ccl means powercycling…

There are at least two machines, bbx15 and jtk1a, that don't tend to
There are at least three machines, bbx15, jtk1a, and jtk1b that don't tend to
come up after power cycling, but sometimes even those work too, so it's
worth a try.

+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ ff2b-armhf-rb.debian.net
ff4a-armhf-rb.debian.net
ff64a-armhf-rb.debian.net
jtk1a-armhf-rb.debian.net
jtk1b-armhf-rb.debian.net
jtx1a-armhf-rb.debian.net
jtx1b-armhf-rb.debian.net
jtx1c-armhf-rb.debian.net
@@ -118,6 +119,9 @@ get_node_ssh_port() {
	  jtk1a*)
	    PORT=2246
	    ;;
	  jtk1b*)
	    PORT=2252
	    ;;
	  jtx1a*)
	    PORT=2249
	    ;;
+5 −3
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ choose_nodes() {
		arm64_31)	NODE1=codethink-sled16-arm64	NODE2=codethink-sled13-arm64 ;;
		arm64_32)	NODE1=codethink-sled16-arm64	NODE2=codethink-sled15-arm64 ;;
		# to choose new armhf jobs:
            #   for i in cb3a bbx15 cbxi4pro0 ff2a ff2b ff64a jtk1a odxu4a odxu4b odxu4c odu3a opi2a opi2b 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 odxu4c odu3a opi2a opi2b 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
	        #       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
@@ -142,8 +142,10 @@ choose_nodes() {
		armhf_14)	NODE1=ff2b-armhf-rb			NODE2=p64b-armhf-rb ;;
		armhf_15)	NODE1=ff2b-armhf-rb			NODE2=opi2c-armhf-rb ;;
		armhf_16)	NODE1=jtx1b-armhf-rb		NODE2=p64b-armhf-rb ;;
		armhf_17)	NODE1=jtx1b-armhf-rb		NODE2=opi2c-armhf-rb ;;
		armhf_20)	NODE1=odxu4a-armhf-rb		NODE2=opi2b-armhf-rb ;;
		armhf_17)	NODE1=jtx1b-armhf-rb		NODE2=jtk1b-armhf-rb ;;
		armhf_18)	NODE1=jtk1b-armhf-rb		NODE2=opi2c-armhf-rb ;;
		armhf_19)	NODE1=jtk1b-armhf-rb		NODE2=opi2b-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_24)	NODE1=odxu4c-armhf-rb		NODE2=jtx1c-armhf-rb ;;
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ ff2b-armhf-rb.debian.net
ff4a-armhf-rb.debian.net
ff64a-armhf-rb.debian.net
jtk1a-armhf-rb.debian.net
jtk1b-armhf-rb.debian.net
jtx1a-armhf-rb.debian.net
jtx1b-armhf-rb.debian.net
jtx1c-armhf-rb.debian.net
Loading