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

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

Issue 782043003: Add a new chromium.mojo master (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge to r293409 Created 6 years 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
« 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 "builders": {
3 "Chromium Mojo Linux": {
4 "properties": {
5 "config": "Release",
6 },
7 "recipe": "chromium_mojo",
8 "slave_pools": ["linux_precise"],
9 "slavebuilddir": "chromium_mojo",
10 },
11 },
12 "git_repo_url": "https://chromium.googlesource.com/chromium/src.git",
13 "master_base_class": "Master1",
14 "master_port": 20100,
15 "master_port_alt": 40100,
16 "slave_port": 30100,
17 "slave_pools": {
18 "linux_precise": {
19 "slave_data": {
20 "bits": 64,
21 "os": "linux",
22 "version": "precise",
23 },
24 "slaves": ["vm46-m1"],
25 },
26 },
27 "templates": ["../master.chromium/templates"],
28 }
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