diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 16:46:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 16:46:22 +0200 |
commit | cca3f02c1bfa38d8a2be7d7a36fe8756e59b0e9b (patch) | |
tree | 2f1f577af12e6611be0ada35a038708a421084d5 | |
parent | 0b7103dea97562b42213d9170abc762b6ebdc474 (diff) | |
download | jenkins.debian.net-cca3f02c1bfa38d8a2be7d7a36fe8756e59b0e9b.tar.xz |
reproducible: sort nodes according to relevance
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 477463b1..df2dc629 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -44,7 +44,7 @@ SUITES="testing unstable experimental" ARCHS="armhf amd64" # define build nodes in use -BUILD_NODES="bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh +BUILD_NODES="profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME" # these also needs to be defined in bin/reproducible_info.sh # existing usertags |