Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Bug 837234: Followup to configure mtv machines as mock builders. rs=n…
Browse files Browse the repository at this point in the history
…ode change only
  • Loading branch information
Callek committed Mar 21, 2013
1 parent 6bbdbd3 commit 686c0fb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions manifests/nodes.pp
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,11 @@
include toplevel::slave::build::mock
}

node /bld-linux64-ix-\d+.build.scl1.mozilla.com/ {
node /bld-linux64-ix-\d+.build.(scl1|mtv1).mozilla.com/ {
include toplevel::slave::build::mock
}

node /bld-centos6-hp-\d+.build.scl1.mozilla.com/ {
include toplevel::slave::build::mock
}

node /bld-centos6-hp-\d+.build.mtv1.mozilla.com/ {
node /bld-centos6-hp-\d+.build.(scl1|mtv1).mozilla.com/ {
include toplevel::slave::build::mock
}

Expand Down Expand Up @@ -135,6 +131,8 @@
include toplevel::server::mozpool
}

## buildbot masters

node "buildbot-master51.srv.releng.use1.mozilla.com" {
buildmaster::buildbot_master {
"bm51-tests1-linux":
Expand Down

0 comments on commit 686c0fb

Please sign in to comment.