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

Commit

Permalink
Add missing environment
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : a85818fafd78c938f63ac71e03d381069905dd0f
  • Loading branch information
Chris AtLee committed May 20, 2011
1 parent 2dd65fe commit c92e6ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildfarm/maintenance/add-master.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def new_master(hostname, type_, instance=1):
return {
"hostname": hostname,
"enabled": False,
"environment": "production",
"master_dir": "/builds/buildbot/%s/master" % localname,
"name": "%s-%s" % (host_abbrev, localname),
"role": type_,
Expand Down
5 changes: 5 additions & 0 deletions buildfarm/maintenance/production-masters.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
"datacentre": "scj1",
"db_name": "buildbot-master07.build.scj1.mozilla.com:/builds/buildbot/build1/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master07.build.scj1.mozilla.com",
"http_port": 8001,
"master_dir": "/builds/buildbot/build1/master",
Expand All @@ -262,6 +263,7 @@
"datacentre": "scj1",
"db_name": "buildbot-master08.build.scj1.mozilla.com:/builds/buildbot/build1/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master08.build.scj1.mozilla.com",
"http_port": 8001,
"master_dir": "/builds/buildbot/build1/master",
Expand All @@ -286,6 +288,7 @@
"datacentre": "scj1",
"db_name": "buildbot-master09.build.scj1.mozilla.com:/builds/buildbot/try1/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master09.build.scj1.mozilla.com",
"http_port": 8101,
"master_dir": "/builds/buildbot/try1/master",
Expand All @@ -310,6 +313,7 @@
"datacentre": "scj1",
"db_name": "buildbot-master10.build.scj1.mozilla.com:/builds/buildbot/build_scheduler/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master10.build.scj1.mozilla.com",
"master_dir": "/builds/buildbot/build_scheduler/master",
"name": "bm10-build_scheduler",
Expand All @@ -333,6 +337,7 @@
"datacentre": "scj1",
"db_name": "buildbot-master10.build.scj1.mozilla.com:/builds/buildbot/tests_scheduler/master",
"enabled": false,
"environment": "production",
"hostname": "buildbot-master10.build.scj1.mozilla.com",
"master_dir": "/builds/buildbot/tests_scheduler/master",
"name": "bm10-tests_scheduler",
Expand Down

0 comments on commit c92e6ad

Please sign in to comment.