forked from mozilla-releng/build-buildbot-configs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev-master_config.json.in
27 lines (27 loc) · 998 Bytes
/
dev-master_config.json.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[{
"basedir": "@BASEDIR@",
"bbconfigs_branch": "@BUILDBOTCONFIGS_BRANCH@",
"bbconfigs_dir": "@BASEDIR@/buildbot-configs",
"bbcustom_branch": "@BUILDBOTCUSTOM_BRANCH@",
"bbcustom_dir": "@BASEDIR@/buildbotcustom",
"buildbot_bin": "@BASEDIR@/bin/buildbot",
"buildbot_branch": "@BUILDBOT_BRANCH@",
"buildbot_python": "@BASEDIR@/bin/python",
"buildbot_setup": "@BASEDIR@/buildbot/master/setup.py",
"buildbot_version": "0.8.2",
"datacentre": "scl1",
"db_name": "dev-master1.srv.releng.scl3.mozilla.com:@BASEDIR@/master",
"enabled": true,
"environment": "staging",
"hostname": "dev-master1.srv.releng.scl3.mozilla.com",
"http_port": @HTTP_PORT@,
"master_dir": "@BASEDIR@/master",
"release_branches": ["mozilla-release", "mozilla-beta"],
"thunderbird_release_branches": ["comm-beta", "comm-esr52"],
"name": "@MASTER_NAME@",
"pb_port": @PB_PORT@,
"role": "@ROLE@",
"ssh_port": @SSH_PORT@,
"tools_branch": "@TOOLS_BRANCH@",
"tools_dir": "@BASEDIR@/tools"
}]