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

Commit

Permalink
Bug 811912 - Create 3 buildbot masters for EC2 slaves. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliiev committed Nov 15, 2012
1 parent 206d56f commit 76e15af
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions buildfarm/maintenance/production-masters.json
Original file line number Diff line number Diff line change
Expand Up @@ -1214,5 +1214,55 @@
"ssh_port": 7201,
"tools_branch": "default",
"tools_dir": "/builds/buildbot/tests1-panda/tools"
},
{
"basedir": "/builds/buildbot/try1",
"bbconfigs_branch": "production",
"bbconfigs_dir": "/builds/buildbot/try1/buildbot-configs",
"bbcustom_branch": "production-0.8",
"bbcustom_dir": "/builds/buildbot/try1/buildbotcustom",
"buildbot_bin": "/builds/buildbot/try1/bin/buildbot",
"buildbot_branch": "production-0.8",
"buildbot_python": "/builds/buildbot/try1/bin/python",
"buildbot_setup": "/builds/buildbot/try1/buildbot/master/setup.py",
"buildbot_version": "0.8.2",
"datacentre": "scl3",
"db_name": "buildbot-master49.srv.releng.scl3.mozilla.com:/builds/buildbot/try1/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master49.srv.releng.scl3.mozilla.com",
"http_port": 8101,
"master_dir": "/builds/buildbot/try1/master",
"name": "bm49-try1",
"pb_port": 9101,
"role": "try",
"ssh_port": 7101,
"tools_branch": "default",
"tools_dir": "/builds/buildbot/try1/tools"
},
{
"basedir": "/builds/buildbot/build1",
"bbconfigs_branch": "production",
"bbconfigs_dir": "/builds/buildbot/build1/buildbot-configs",
"bbcustom_branch": "production-0.8",
"bbcustom_dir": "/builds/buildbot/build1/buildbotcustom",
"buildbot_bin": "/builds/buildbot/build1/bin/buildbot",
"buildbot_branch": "production-0.8",
"buildbot_python": "/builds/buildbot/build1/bin/python",
"buildbot_setup": "/builds/buildbot/build1/buildbot/master/setup.py",
"buildbot_version": "0.8.2",
"datacentre": "scl3",
"db_name": "buildbot-master49.srv.releng.scl3.mozilla.com:/builds/buildbot/build1/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master49.srv.releng.scl3.mozilla.com",
"http_port": 8001,
"master_dir": "/builds/buildbot/build1/master",
"name": "bm49-build1",
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
}
]

0 comments on commit 76e15af

Please sign in to comment.