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

Side by Side Diff: masters/master.chromium.mojo/builders.pyl

Issue 2112743002: Move Mojo bots to chromium_fyi; remove mojo master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add 'use_isolate': True and 'enable_swarming': True. Created 4 years, 5 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
« no previous file with comments | « masters/master.chromium.mojo/buildbot.tac ('k') | masters/master.chromium.mojo/master.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "master_base_class": "Master1",
3 "master_port": 20100,
4 "master_port_alt": 40100,
5 "slave_port": 30100,
6 "templates": ["../master.chromium/templates"],
7
8 "builders": {
9 "Chromium Mojo Linux": {
10 "recipe": "chromium",
11 "scheduler": "chromium_commits",
12 "slave_pools": ["linux_precise"],
13 },
14 "Chromium Mojo Android": {
15 "recipe": "chromium",
16 "scheduler": "chromium_commits",
17 "slave_pools": ["linux_precise_android"],
18 },
19 "Chromium Mojo Windows": {
20 "recipe": "chromium",
21 "scheduler": "chromium_commits",
22 "slave_pools": ["windows_7"],
23 },
24 },
25
26 "schedulers": {
27 "chromium_commits": {
28 "type": "git_poller",
29 "git_repo_url": "https://chromium.googlesource.com/chromium/src.git",
30 },
31 },
32
33 "slave_pools": {
34 "linux_precise": {
35 "slave_data": {
36 "bits": 64,
37 "os": "linux",
38 "version": "precise",
39 },
40 "slaves": ["vm46-m1"],
41 },
42 "linux_precise_android": {
43 "slave_data": {
44 "bits": 64,
45 "os": "linux",
46 "version": "precise",
47 },
48 "slaves": ["build136-a1"],
49 },
50 "windows_7": {
51 "slave_data": {
52 "bits": 64,
53 "os": "win",
54 "version": "win7",
55 },
56 "slaves": ["vm16-m1"],
57 },
58 },
59 }
OLDNEW
« no previous file with comments | « masters/master.chromium.mojo/buildbot.tac ('k') | masters/master.chromium.mojo/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698