Bug 1348295: Move BBB from bm70 (use1) to bm86 (scl3) r=rail draft
authorChris AtLee <catlee@mozilla.com>
Fri, 17 Mar 2017 09:46:56 -0400
changeset 5007 d0197c2d1a06b6a2836c1cf705de461e5a1465a0
parent 5006 9e2f6adf3d9dcfd312cfbf623e515d59ae430226
push id2610
push usercatlee@mozilla.com
push dateFri, 17 Mar 2017 14:05:48 +0000
reviewersrail
bugs1348295
Bug 1348295: Move BBB from bm70 (use1) to bm86 (scl3) r=rail MozReview-Commit-ID: 7RP6JSFve71
manifests/moco-nodes.pp
--- a/manifests/moco-nodes.pp
+++ b/manifests/moco-nodes.pp
@@ -417,26 +417,24 @@ node "buildbot-master69.bb.releng.use1.m
             basedir => "tests1-windows";
     }
     include toplevel::server::buildmaster::mozilla
 }
 
 node "buildbot-master70.bb.releng.use1.mozilla.com" {
     $aspects = [ 'high-security' ]
     $only_user_ssh = true
-    $buildbot_bridge_env = "prod"
     buildmaster::buildbot_master::mozilla {
         "bm70-build1":
             http_port => 8001,
             master_type => "build",
             basedir => "build1";
     }
     include toplevel::server::buildmaster::mozilla
     include toplevel::mixin::selfserve_agent
-    include toplevel::mixin::buildbot_bridge
 }
 
 node "buildbot-master71.bb.releng.use1.mozilla.com" {
     $aspects = [ 'high-security' ]
     $only_user_ssh = true
     buildmaster::buildbot_master::mozilla {
         "bm71-build1":
             http_port => 8001,
@@ -624,25 +622,27 @@ node "buildbot-master85.bb.releng.scl3.m
     }
     include toplevel::server::buildmaster::mozilla
     include toplevel::mixin::releaserunner
 }
 
 node "buildbot-master86.bb.releng.scl3.mozilla.com" {
     $aspects = [ 'high-security' ]
     $only_user_ssh = true
+    $buildbot_bridge_env = "prod"
     buildmaster::buildbot_master::mozilla {
         "bm86-build1":
             http_port => 8001,
             master_type => "build",
             basedir => "build1";
     }
     $l10n_bumper_env = "mozilla-aurora"
     include toplevel::server::buildmaster::mozilla
     include toplevel::mixin::l10n_bumper
+    include toplevel::mixin::buildbot_bridge
 }
 
 node "buildbot-master87.bb.releng.scl3.mozilla.com" {
     $aspects = [ 'high-security' ]
     $only_user_ssh = true
     buildmaster::buildbot_master::mozilla {
         "bm87-try1":
             http_port => 8101,