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

Side by Side Diff: masters/master.chromium.fyi/slaves.cfg

Issue 2414253003: Add recipe config for android clang x86 tester. (Closed)
Patch Set: fix namesss Created 4 years, 1 month 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
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # See master.experimental/slaves.cfg for documentation. 8 # See master.experimental/slaves.cfg for documentation.
9 9
10 10
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 'ClangToTAndroid (dbg)', 455 'ClangToTAndroid (dbg)',
456 ], 456 ],
457 'hostname': 'slave135-c1', 457 'hostname': 'slave135-c1',
458 'os': 'linux', 458 'os': 'linux',
459 'version': 'precise', 459 'version': 'precise',
460 'bits': '64', 460 'bits': '64',
461 }, 461 },
462 { 462 {
463 'master': 'ChromiumFYI', 463 'master': 'ChromiumFYI',
464 'builder': [ 464 'builder': [
465 'ClangToTAndroid x64',
466 ],
467 'hostname': 'build133-b1',
468 'os': 'linux',
469 'version': 'trusty',
470 'bits': '64',
471 },
472 {
473 'master': 'ChromiumFYI',
474 'builder': [
465 'ClangToTMac', 475 'ClangToTMac',
466 'ClangToTiOS', 476 'ClangToTiOS',
467 ], 477 ],
468 'hostname': 'build98-m1', 478 'hostname': 'build98-m1',
469 'os': 'mac', 479 'os': 'mac',
470 'version': '10.9', 480 'version': '10.9',
471 'bits': '64', 481 'bits': '64',
472 }, 482 },
473 { 483 {
474 'master': 'ChromiumFYI', 484 'master': 'ChromiumFYI',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'master': 'ChromiumFYI', 864 'master': 'ChromiumFYI',
855 'builder': [ 865 'builder': [
856 'Chromium Win PGO Builder', 866 'Chromium Win PGO Builder',
857 'Chromium Win x64 PGO Builder', 867 'Chromium Win x64 PGO Builder',
858 ], 868 ],
859 'hostname': slave, 869 'hostname': slave,
860 'os': 'win', 870 'os': 'win',
861 'version': 'win7', 871 'version': 'win7',
862 'bits': '64', 872 'bits': '64',
863 }) 873 })
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698