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

Side by Side Diff: masters/master.chromium.mojo/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 "Chromium Mojo Linux": { 3 "Chromium Mojo Linux": {
4 "properties": { 4 "properties": {
5 "config": "Release", 5 "config": "Release",
6 }, 6 },
7 "recipe": "chromium_mojo", 7 "recipe": "chromium_mojo",
8 "slave_pools": ["linux_precise"], 8 "slave_pools": ["linux_precise"],
9 "slavebuilddir": "chromium_mojo", 9 "slavebuilddir": "chromium_mojo",
10 }, 10 },
11 "Chromium Mojo Android": { 11 "Chromium Mojo Android": {
12 "properties": { 12 "properties": {
13 "config": "Release", 13 "config": "Release",
14 }, 14 },
15 "recipe": "chromium_mojo", 15 "recipe": "chromium_mojo",
16 "slave_pools": ["linux_precise_android"], 16 "slave_pools": ["linux_precise_android"],
17 "slavebuilddir": "chromium_mojo", 17 "slavebuilddir": "chromium_mojo",
18 }, 18 },
19 }, 19 },
20 "git_repo_url": "https://chromium.googlesource.com/chromium/src.git", 20 "git_repo_url": "https://chromium.googlesource.com/chromium/src.git",
21 "master_base_class": "Master1", 21 "master_base_class": "Master1",
22 "master_port": 20100, 22 "master_port": 20100,
23 "master_port_alt": 40100, 23 "master_port_alt": 40100,
24 "master_type": "waterfall",
25 "slave_port": 30100, 24 "slave_port": 30100,
26 "slave_pools": { 25 "slave_pools": {
27 "linux_precise": { 26 "linux_precise": {
28 "slave_data": { 27 "slave_data": {
29 "bits": 64, 28 "bits": 64,
30 "os": "linux", 29 "os": "linux",
31 "version": "precise", 30 "version": "precise",
32 }, 31 },
33 "slaves": ["vm46-m1"], 32 "slaves": ["vm46-m1"],
34 }, 33 },
35 "linux_precise_android": { 34 "linux_precise_android": {
36 "slave_data": { 35 "slave_data": {
37 "bits": 64, 36 "bits": 64,
38 "os": "linux", 37 "os": "linux",
39 "version": "precise", 38 "version": "precise",
40 }, 39 },
41 "slaves": ["build136-a1"], 40 "slaves": ["build136-a1"],
42 }, 41 },
43 }, 42 },
44 "templates": ["../master.chromium/templates"], 43 "templates": ["../master.chromium/templates"],
45 } 44 }
OLDNEW
« no previous file with comments | « no previous file | masters/master.chromium.mojo/master_site_config.py » ('j') | scripts/master/unittests/master_gen_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698