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

Unified Diff: masters/master.chromium.webrtc.fyi/slaves.cfg

Issue 12033076: Add ChromiumWebRTC FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Added master to test/masters_test.py Created 7 years, 11 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
Index: masters/master.chromium.webrtc.fyi/slaves.cfg
diff --git a/masters/master.chromium.webrtc.fyi/slaves.cfg b/masters/master.chromium.webrtc.fyi/slaves.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..1d3f73354fb9a222c055b42ec4b8f49effdf9f62
--- /dev/null
+++ b/masters/master.chromium.webrtc.fyi/slaves.cfg
@@ -0,0 +1,52 @@
+# Copyright (c) 2012 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.
+
+slaves = [
+ # Linux.
+ {
+ 'master': 'ChromiumWebRTCFYI',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ 'builder': ['Linux [latest WebRTC stable]',
+ 'Linux [latest WebRTC trunk]',
+ 'ChromiumOS daisy [latest WebRTC stable]',
+ 'ChromiumOS daisy [latest WebRTC trunk]'],
+ 'hostname': 'baremetal-linux-1',
+ },
+ {
+ 'master': 'ChromiumWebRTCFYI',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ # These builders run tests in a VM, which requires a physical machine.
+ 'builder': ['ChromiumOS amd64 [latest WebRTC stable]',
+ 'ChromiumOS amd64 [latest WebRTC trunk]',
+ 'ChromiumOS x86 [latest WebRTC stable]',
+ 'ChromiumOS x86 [latest WebRTC trunk]'],
+ 'hostname': 'baremetal-linux-2',
+ },
+
+ # Mac.
+ {
+ 'master': 'ChromiumWebRTCFYI',
+ 'os': 'mac',
+ 'version': '10.8',
+ 'bits': '64',
+ 'builder': ['Mac [latest WebRTC stable]',
+ 'Mac [latest WebRTC trunk]',],
+ 'hostname': 'mac1',
+ },
+
+ # Windows.
+ {
+ 'master': 'ChromiumWebRTCFYI',
+ 'os': 'win',
+ 'version': 'win7',
+ 'bits': '64',
+ 'builder': ['Win [latest WebRTC stable]',
+ 'Win [latest WebRTC trunk]',],
+ 'hostname': 'baremetal-win-1',
+ },
+]
« no previous file with comments | « masters/master.chromium.webrtc.fyi/master_win_cfg.py ('k') | masters/master.chromium.webrtc/master_cros_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698