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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: masters/master.chromium.mojo/builders.json
diff --git a/masters/master.chromium.mojo/builders.json b/masters/master.chromium.mojo/builders.json
new file mode 100644
index 0000000000000000000000000000000000000000..9cf55dc726d8d87a3c4b03d33d2a6916cf6f6d4b
--- /dev/null
+++ b/masters/master.chromium.mojo/builders.json
@@ -0,0 +1,27 @@
+{
+ "builders": {
+ "Chromium Mojo Linux": {
+ "properties": {
+ "config": "Release"
+ },
+ "recipe": "chromium_mojo",
+ "slave_pools": ["main"],
+ "slavebuilddir": "chromium_mojo"
+ }
+ },
+ "git_repo_url": "https://chromium.googlesource.com/src/src.git",
+ "master_base_class": "Master1",
+ "master_port": 20100,
+ "master_port_alt": 40100,
+ "slave_port": 30100,
+ "slave_pools": {
+ "main": {
+ "slave_data": {
+ "bits": 64,
+ "os": "linux",
+ "version": "precise"
+ },
+ "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
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698