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

Commit

Permalink
bug 710312: do release jobs on all build masters instead of one. r=ca…
Browse files Browse the repository at this point in the history
…tlee
  • Loading branch information
bhearsum committed Oct 16, 2012
1 parent afb5240 commit 2746e2c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions buildfarm/maintenance/production-masters.json
Expand Up @@ -78,6 +78,9 @@
"pb_port": 9301,
"role": "scheduler",
"ssh_port": 7301,
"release_branches": ["mozilla-release", "mozilla-beta", "mozilla-esr10"],
"mobile_release_branches": ["mozilla-release", "mozilla-beta"],
"thunderbird_release_branches": ["comm-beta", "comm-esr10", "comm-release"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build_scheduler/tools"
},
Expand Down Expand Up @@ -156,8 +159,9 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"release_branches": ["mozilla-release"],
"mobile_release_branches": ["mozilla-release"],
"release_branches": ["mozilla-release", "mozilla-beta", "mozilla-esr10"],
"mobile_release_branches": ["mozilla-release", "mozilla-beta"],
"thunderbird_release_branches": ["comm-beta", "comm-esr10", "comm-release"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand All @@ -183,8 +187,6 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"release_branches": ["mozilla-beta"],
"mobile_release_branches": ["mozilla-beta"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand Down Expand Up @@ -558,7 +560,6 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"release_branches": ["mozilla-esr10"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand Down Expand Up @@ -614,7 +615,9 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"thunderbird_release_branches": ["comm-beta"],
"release_branches": ["mozilla-release", "mozilla-beta", "mozilla-esr10"],
"mobile_release_branches": ["mozilla-release", "mozilla-beta"],
"thunderbird_release_branches": ["comm-beta", "comm-esr10", "comm-release"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand Down Expand Up @@ -665,7 +668,9 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"thunderbird_release_branches": ["comm-esr10"],
"release_branches": ["mozilla-release", "mozilla-beta", "mozilla-esr10"],
"mobile_release_branches": ["mozilla-release", "mozilla-beta"],
"thunderbird_release_branches": ["comm-beta", "comm-esr10", "comm-release"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand Down Expand Up @@ -716,7 +721,6 @@
"pb_port": 9001,
"role": "build",
"ssh_port": 7001,
"thunderbird_release_branches": ["comm-release"],
"tools_branch": "default",
"tools_dir": "/builds/buildbot/build1/tools"
},
Expand Down

0 comments on commit 2746e2c

Please sign in to comment.