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

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

Issue 14767030: Rename PyAuto waterfall to ChromeDriver. (Closed) Base URL: http://git.chromium.org/chromium/tools/build.git@master
Patch Set: rebase Created 7 years, 7 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.pyauto/master.cfg ('k') | scripts/slave/chromium/chromedriver_buildbot_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.pyauto/slaves.cfg
diff --git a/masters/master.chromium.pyauto/slaves.cfg b/masters/master.chromium.pyauto/slaves.cfg
deleted file mode 100644
index 37750069a686dc1c8a368da7791f5a9f332c3a83..0000000000000000000000000000000000000000
--- a/masters/master.chromium.pyauto/slaves.cfg
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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 = [
- {
- 'master': 'ChromiumPyauto',
- 'hostname': 'vm890-m1',
- 'builder': 'Win7 QA',
- 'os': 'win',
- 'version': '7',
- 'bits': '64',
- },
- {
- 'master': 'ChromiumPyauto',
- 'hostname': 'mini56-a1',
- 'builder': 'Mac 10.6 QA',
- 'os': 'mac',
- 'version': '10.6',
- 'bits': '64',
- },
- {
- 'master': 'ChromiumPyauto',
- 'hostname': 'vm853-m1',
- 'builder': 'Linux QA',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '64',
- },
- {
- 'master': 'ChromiumPyauto',
- 'hostname': 'vm891-m1',
- 'builder': 'Linux32 QA',
- 'os': 'linux',
- 'version': 'precise',
- 'bits': '32',
- },
-]
« no previous file with comments | « masters/master.chromium.pyauto/master.cfg ('k') | scripts/slave/chromium/chromedriver_buildbot_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698