diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-05 18:43:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-05 18:43:13 +0100 |
commit | 23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f (patch) | |
tree | 9c45aa3da0d394a4465d17e1d02494150ffb98d1 /deploy_everywhere | |
parent | 04d82291c355f268c8087c58bb29c87d0a4d4e2a (diff) | |
download | jenkins.debian.net-23567b7cc095d1d6e7f09cbf05ad8c787ac52b4f.tar.xz |
reproducible Debian: add new amd64 build nodes, pb11 and pb15 - thanks Profitbricks!
Diffstat (limited to 'deploy_everywhere')
-rwxr-xr-x | deploy_everywhere | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy_everywhere b/deploy_everywhere index fd4c25b3..6a7ba349 100755 --- a/deploy_everywhere +++ b/deploy_everywhere @@ -34,6 +34,8 @@ profitbricks-build6-i386.debian.net profitbricks-build7-amd64.debian.net profitbricks-build9-amd64.debian.net profitbricks-build10-amd64.debian.net +profitbricks-build11-amd64.debian.net +profitbricks-build15-amd64.debian.net bbx15-armhf-rb.debian.net bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net @@ -114,6 +116,8 @@ elif [ "$1" = "only" ] || [ "$1" = "jenkins" ] ; then 7|pb7) HOSTS="$HOSTS profitbricks-build7-amd64.debian.net" ;; 9|pb9) HOSTS="$HOSTS profitbricks-build9-amd64.debian.net" ;; 10|pb10) HOSTS="$HOSTS profitbricks-build10-amd64.debian.net" ;; + 11|pb11) HOSTS="$HOSTS profitbricks-build11-amd64.debian.net" ;; + 15|pb15) HOSTS="$HOSTS profitbricks-build15-amd64.debian.net" ;; esac echo -n "Running j.d.n.git ('$real_command') updates on $HOSTS now" else |