Commit 5e4b4e3c authored by Holger Levsen's avatar Holger Levsen
Browse files

Revert "reproducible Debian: drop ff64a"

This reverts commit 2bc5747f.
parent b95cddaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ Process to follow to add a new node to jenkins:
* Configure it as follow:
  * '# of executors': the number of CPUs of the new node
  * 'Remote root directory': `/srv/jenkins/pseudo-hosts/$hostname`
  * 'Labels': `$arch $short_name` (with '$short_name' like ff64u if the hostname is ff64u-armhf-rb)
  * 'Labels': `$arch $short_name` (with '$short_name' like ff64a if the hostname is ff64a-armhf-rb)
  * 'Usage': select "Only build jobs with label expressions matching this node"
  * 'Launch method': select "Launch agent via execution of command on the master"
     * 'Launch command': `/srv/jenkins/bin/start-agent.sh`
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ Installation tests inside chroot environments.
** for 'arm64' we are using eight "moonshot" sleds, codethink-sled9-15-arm64, which have 8 cores and 64gb ram each. These nodes are sponsored by link:https://jenkins.debian.net/userContent/thanks.html[Codethink].
** To test 'armhf' we are using 24 small boards hosted by vagrant@d.o:
*** 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
*** two dual-core (bbx15 and cb3a) with 2gb ram each.
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ codethink-sled16-arm64.debian.net
ff2a-armhf-rb.debian.net
ff2b-armhf-rb.debian.net
ff4a-armhf-rb.debian.net
ff64a-armhf-rb.debian.net
jtk1a-armhf-rb.debian.net
jtx1a-armhf-rb.debian.net
jtx1b-armhf-rb.debian.net
@@ -88,6 +89,9 @@ get_node_ssh_port() {
	  ff4a*)
	    PORT=2241
	    ;;
	  ff64a*)
	    PORT=2250
	    ;;
	  opi2a*)
	    PORT=2236
	    ;;
+44 −40
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 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 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
@@ -133,45 +133,49 @@ 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=cbxi4pro0-armhf-rb	NODE2=ff4a-armhf-rb ;;
		armhf_9)	NODE1=cbxi4pro0-armhf-rb	NODE2=jtx1a-armhf-rb ;;
		armhf_10)	NODE1=ff2a-armhf-rb			NODE2=wbq0-armhf-rb ;;
		armhf_11)	NODE1=ff2a-armhf-rb			NODE2=p64c-armhf-rb ;;
		armhf_12)	NODE1=ff2b-armhf-rb			NODE2=p64b-armhf-rb ;;
		armhf_13)	NODE1=ff2b-armhf-rb			NODE2=opi2c-armhf-rb ;;
		armhf_14)	NODE1=jtx1b-armhf-rb		NODE2=p64b-armhf-rb ;;
		armhf_15)	NODE1=jtx1b-armhf-rb		NODE2=opi2c-armhf-rb ;;
		armhf_16)	NODE1=odxu4a-armhf-rb		NODE2=opi2b-armhf-rb ;;
		armhf_17)	NODE1=odxu4a-armhf-rb		NODE2=opi2a-armhf-rb ;;
		armhf_18)	NODE1=odxu4b-armhf-rb		NODE2=odu3a-armhf-rb ;;
		armhf_19)	NODE1=odxu4c-armhf-rb		NODE2=jtx1c-armhf-rb ;;
		armhf_20)	NODE1=odu3a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
		armhf_21)	NODE1=odu3a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
		armhf_22)	NODE1=opi2a-armhf-rb		NODE2=odxu4c-armhf-rb ;;
		armhf_23)	NODE1=opi2a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
		armhf_24)	NODE1=opi2b-armhf-rb		NODE2=odxu4c-armhf-rb ;;
		armhf_25)	NODE1=opi2b-armhf-rb		NODE2=jtx1b-armhf-rb ;;
		armhf_26)	NODE1=opi2c-armhf-rb		NODE2=odxu4b-armhf-rb ;;
		armhf_27)	NODE1=opi2c-armhf-rb		NODE2=ff2a-armhf-rb ;;
		armhf_28)	NODE1=p64b-armhf-rb			NODE2=odxu4b-armhf-rb ;;
		armhf_29)	NODE1=p64b-armhf-rb			NODE2=ff2a-armhf-rb ;;
		armhf_30)	NODE1=p64c-armhf-rb			NODE2=ff2b-armhf-rb ;;
		armhf_31)	NODE1=p64c-armhf-rb			NODE2=cbxi4pro0-armhf-rb ;;
		armhf_32)	NODE1=wbq0-armhf-rb			NODE2=ff2b-armhf-rb ;;
		armhf_33)	NODE1=wbq0-armhf-rb			NODE2=cbxi4a-armhf-rb ;;
		armhf_34)	NODE1=cbxi4a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
		armhf_35)	NODE1=cbxi4a-armhf-rb		NODE2=cb3a-armhf-rb ;;
		armhf_36)	NODE1=cbxi4b-armhf-rb		NODE2=bbx15-armhf-rb ;;
		armhf_37)	NODE1=cbxi4b-armhf-rb		NODE2=cb3a-armhf-rb ;;
		armhf_38)	NODE1=ff4a-armhf-rb			NODE2=jtk1a-armhf-rb ;;
		armhf_39)	NODE1=ff4a-armhf-rb			NODE2=jtx1c-armhf-rb ;;
		armhf_40)	NODE1=jtx1a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
		armhf_41)	NODE1=jtx1a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
		armhf_42)	NODE1=jtx1b-armhf-rb		NODE2=bbx15-armhf-rb ;;
		armhf_43)	NODE1=jtx1c-armhf-rb		NODE2=jtk1a-armhf-rb ;;
		armhf_44)	NODE1=jtx1c-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
		armhf_45)	NODE1=jtx1c-armhf-rb		NODE2=odu3a-armhf-rb ;;
		armhf_46)	NODE1=jtk1a-armhf-rb		NODE2=wbq0-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_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_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_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 ;;
		armhf_26)	NODE1=odu3a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
		armhf_27)	NODE1=odu3a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
		armhf_28)	NODE1=opi2a-armhf-rb		NODE2=odxu4c-armhf-rb ;;
		armhf_29)	NODE1=opi2a-armhf-rb		NODE2=cbxi4b-armhf-rb ;;
		armhf_30)	NODE1=opi2b-armhf-rb		NODE2=odxu4c-armhf-rb ;;
		armhf_31)	NODE1=opi2b-armhf-rb		NODE2=jtx1b-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_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 ;;
		armhf_41)	NODE1=cbxi4a-armhf-rb		NODE2=cb3a-armhf-rb ;;
		armhf_42)	NODE1=cbxi4b-armhf-rb		NODE2=bbx15-armhf-rb ;;
		armhf_43)	NODE1=cbxi4b-armhf-rb		NODE2=cb3a-armhf-rb ;;
		armhf_44)	NODE1=cbxi4b-armhf-rb		NODE2=ff64a-armhf-rb ;;
		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_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 ;;
		armhf_52)	NODE1=jtx1c-armhf-rb		NODE2=odu3a-armhf-rb ;;
		armhf_53)	NODE1=jtk1a-armhf-rb		NODE2=wbq0-armhf-rb ;;
		armhf_54)	NODE1=jtk1a-armhf-rb		NODE2=ff64a-armhf-rb ;;
		*)		NODE1=undefined
				;;
	esac
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ cbxi4pro0-armhf-rb.debian.net
ff2a-armhf-rb.debian.net
ff2b-armhf-rb.debian.net
ff4a-armhf-rb.debian.net
ff64a-armhf-rb.debian.net
jtk1a-armhf-rb.debian.net
jtx1a-armhf-rb.debian.net
jtx1b-armhf-rb.debian.net
Loading