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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.mojo/builders.pyl
diff --git a/masters/master.chromium.mojo/builders.pyl b/masters/master.chromium.mojo/builders.pyl
new file mode 100644
index 0000000000000000000000000000000000000000..ce7149e6dc267ff61a12119ba184a2bab876396f
--- /dev/null
+++ b/masters/master.chromium.mojo/builders.pyl
@@ -0,0 +1,28 @@
+{
+ "builders": {
+ "Chromium Mojo Linux": {
+ "properties": {
+ "config": "Release",
+ },
+ "recipe": "chromium_mojo",
+ "slave_pools": ["linux_precise"],
+ "slavebuilddir": "chromium_mojo",
+ },
+ },
+ "git_repo_url": "https://chromium.googlesource.com/chromium/src.git",
+ "master_base_class": "Master1",
+ "master_port": 20100,
+ "master_port_alt": 40100,
+ "slave_port": 30100,
+ "slave_pools": {
+ "linux_precise": {
+ "slave_data": {
+ "bits": 64,
+ "os": "linux",
+ "version": "precise",
+ },
+ "slaves": ["vm46-m1"],
+ },
+ },
+ "templates": ["../master.chromium/templates"],
+}
« 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