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

Unified Diff: masters/master.chromium.mojo/slaves.cfg

Issue 782043003: Add a new chromium.mojo master (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add chromium_mojo recipe, refactor chromium_gn recipe 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/slaves.cfg
diff --git a/masters/master.chromium.mojo/slaves.cfg b/masters/master.chromium.mojo/slaves.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..bfc1537a6a86e78d2e203d8f54e258dd990ede8f
--- /dev/null
+++ b/masters/master.chromium.mojo/slaves.cfg
@@ -0,0 +1,36 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This file was generated from
+# scripts/tools/buildbot_tool_templates/slaves.cfg
+# by "scripts/tools/buildbot-tool gen masters/master.chromium.mojo".
+# DO NOT EDIT BY HAND!
+
+
+slaves = [
+ {
+ 'master': 'ChromiumMojo',
+ 'hostname': 'vm647-m1',
+ 'builder': 'Chromium Mojo Mac',
+ 'os': 'mac',
+ 'version': '10.9',
+ 'bits': '64',
+ },
+ {
+ 'master': 'ChromiumMojo',
+ 'hostname': 'vm53-m1',
+ 'builder': 'Chromium Mojo Win',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ },
+ {
+ 'master': 'ChromiumMojo',
+ 'hostname': 'vm46-m1',
+ 'builder': 'Chromium Mojo Linux',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ },
+]

Powered by Google App Engine
This is Rietveld 408576698