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

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

Issue 8046027: Add a new master for chromium on chromium OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 9 years, 3 months 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.chromiumos/master.cfg ('k') | masters/master.chromium/master_full_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.chromiumos/slaves.cfg
===================================================================
--- masters/master.chromium.chromiumos/slaves.cfg (revision 0)
+++ masters/master.chromium.chromiumos/slaves.cfg (revision 0)
@@ -0,0 +1,44 @@
+# -*- python -*-
+# ex: set syntax=python:
+
+# Copyright (c) 2011 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.
+
+# See master.experimental/slaves.cfg for documentation.
+
+
+slaves = [
+ {
+ 'master': 'Chromium ChromiumOS',
+ 'builder': 'Linux ChromeOS',
+ 'hostname': 'vm122-m1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Chromium ChromiumOS',
+ 'builder': 'ChromiumOS (x86)',
+ 'hostname': 'build14-m1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Chromium ChromiumOS',
+ 'builder': 'ChromiumOS (arm)',
+ 'hostname': 'vm61-m1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
+ {
+ 'master': 'Chromium ChromiumOS',
+ 'builder': 'ChromiumOS (tegra2)',
+ 'hostname': 'vm62-m1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
+]
« no previous file with comments | « masters/master.chromium.chromiumos/master.cfg ('k') | masters/master.chromium/master_full_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698