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

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

Issue 782043003: Add a new chromium.mojo master (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
OLDNEW
(Empty)
1 {
2 "builders": {
3 "Chromium Mojo Linux": {
4 "properties": {
5 "config": "Release"
6 },
7 "recipe": "chromium_mojo",
8 "slave_pools": ["main"],
9 "slavebuilddir": "chromium_mojo"
10 }
11 },
12 "git_repo_url": "https://chromium.googlesource.com/src/src.git",
13 "master_base_class": "Master1",
14 "master_port": 20100,
15 "master_port_alt": 40100,
16 "slave_port": 30100,
17 "slave_pools": {
18 "main": {
19 "slave_data": {
20 "bits": 64,
21 "os": "linux",
22 "version": "precise"
23 },
24 "slaves": ["vm9999-m1"]
agable 2014/12/09 20:58:22 Is this a real hostname?
Dirk Pranke 2014/12/09 21:03:43 No. I believe we're still waiting on real hostname
25 }
26 }
27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698