Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Side by Side Diff: masters/master.tryserver.client.catapult/builders.pyl

Issue 1153203003: Update buildbot_tool and builders.pyl templates to remove 'master_type'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "builders": { 2 "builders": {
3 "Catapult Linux Tryserver": { 3 "Catapult Linux Tryserver": {
4 "recipe": "catapult", 4 "recipe": "catapult",
5 "slave_pools": ["linux_slave_pool"], 5 "slave_pools": ["linux_slave_pool"],
6 "slavebuilddir": "catapult", 6 "slavebuilddir": "catapult",
7 }, 7 },
8 "Catapult Mac Tryserver": { 8 "Catapult Mac Tryserver": {
9 "recipe": "catapult", 9 "recipe": "catapult",
10 "slave_pools": ["mac_slave_pool"], 10 "slave_pools": ["mac_slave_pool"],
11 "slavebuilddir": "catapult", 11 "slavebuilddir": "catapult",
12 }, 12 },
13 "Catapult Windows Tryserver": { 13 "Catapult Windows Tryserver": {
14 "recipe": "catapult", 14 "recipe": "catapult",
15 "slave_pools": ["win_slave_pool"], 15 "slave_pools": ["win_slave_pool"],
16 "slavebuilddir": "catapult", 16 "slavebuilddir": "catapult",
17 }, 17 },
18 }, 18 },
19 "git_repo_url": "https://chromium.googlesource.com/external/github.com/catapul t-project/catapult.git", 19 "git_repo_url": "https://chromium.googlesource.com/external/github.com/catapul t-project/catapult.git",
20 "master_base_class": "Master4a", 20 "master_base_class": "Master4a",
21 "master_classname": "CatapultTryserver", 21 "master_classname": "CatapultTryserver",
22 "master_port": 21400, 22 "master_port": 21400,
23 "master_port_alt": 41400, 23 "master_port_alt": 41400,
24 "master_type": "tryserver",
25 "service_account_file": "service-account-chromium-tryserver.json", 24 "service_account_file": "service-account-chromium-tryserver.json",
26 "buildbucket_bucket": "master.tryserver.client.catapult", 25 "buildbucket_bucket": "master.tryserver.client.catapult",
27 "slave_pools": { 26 "slave_pools": {
28 "linux_slave_pool": { 27 "linux_slave_pool": {
29 "slave_data": { 28 "slave_data": {
30 "bits": 64, 29 "bits": 64,
31 "os": "linux", 30 "os": "linux",
32 "version": "precise", 31 "version": "precise",
33 }, 32 },
34 "slaves": ["slave425-c4"], 33 "slaves": ["slave425-c4"],
(...skipping 10 matching lines...) Expand all
45 "slave_data": { 44 "slave_data": {
46 "bits": 64, 45 "bits": 64,
47 "os": "win", 46 "os": "win",
48 "version": "win7", 47 "version": "win7",
49 }, 48 },
50 "slaves": ["vm711-m4"], 49 "slaves": ["vm711-m4"],
51 }, 50 },
52 }, 51 },
53 "slave_port": 31400, 52 "slave_port": 31400,
54 "templates": ["../master.chromium/templates"], 53 "templates": ["../master.chromium/templates"],
55 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698