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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 slaves = [
6 {
7 'master': 'ChromiumPyauto',
8 'hostname': 'vm890-m1',
9 'builder': 'Win7 QA',
10 'os': 'win',
11 'version': '7',
12 'bits': '64',
13 },
14 {
15 'master': 'ChromiumPyauto',
16 'hostname': 'mini56-a1',
17 'builder': 'Mac 10.6 QA',
18 'os': 'mac',
19 'version': '10.6',
20 'bits': '64',
21 },
22 {
23 'master': 'ChromiumPyauto',
24 'hostname': 'vm853-m1',
25 'builder': 'Linux QA',
26 'os': 'linux',
27 'version': 'precise',
28 'bits': '64',
29 },
30 {
31 'master': 'ChromiumPyauto',
32 'hostname': 'vm891-m1',
33 'builder': 'Linux32 QA',
34 'os': 'linux',
35 'version': 'precise',
36 'bits': '32',
37 },
38 ]
OLDNEW
« 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