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

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

Issue 2414253003: Add recipe config for android clang x86 tester. (Closed)
Patch Set: (and slave config) Created 4 years, 2 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
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'ClangToTAndroid (dbg)', 447 'ClangToTAndroid (dbg)',
448 ], 448 ],
449 'hostname': 'slave135-c1', 449 'hostname': 'slave135-c1',
450 'os': 'linux', 450 'os': 'linux',
451 'version': 'precise', 451 'version': 'precise',
452 'bits': '64', 452 'bits': '64',
453 }, 453 },
454 { 454 {
455 'master': 'ChromiumFYI', 455 'master': 'ChromiumFYI',
456 'builder': [ 456 'builder': [
457 'ClangTotAndroid x86 Tester',
458 ],
459 'hostname': 'build133-b1',
460 'os': 'linux',
461 'version': 'trusty',
462 'bits': '64',
463 },
464 {
465 'master': 'ChromiumFYI',
466 'builder': [
457 'ClangToTMac', 467 'ClangToTMac',
458 'ClangToTiOS', 468 'ClangToTiOS',
459 ], 469 ],
460 'hostname': 'build98-m1', 470 'hostname': 'build98-m1',
461 'os': 'mac', 471 'os': 'mac',
462 'version': '10.9', 472 'version': '10.9',
463 'bits': '64', 473 'bits': '64',
464 }, 474 },
465 { 475 {
466 'master': 'ChromiumFYI', 476 'master': 'ChromiumFYI',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'master': 'ChromiumFYI', 846 'master': 'ChromiumFYI',
837 'builder': [ 847 'builder': [
838 'Chromium Win PGO Builder', 848 'Chromium Win PGO Builder',
839 'Chromium Win x64 PGO Builder', 849 'Chromium Win x64 PGO Builder',
840 ], 850 ],
841 'hostname': slave, 851 'hostname': slave,
842 'os': 'win', 852 'os': 'win',
843 'version': 'win7', 853 'version': 'win7',
844 'bits': '64', 854 'bits': '64',
845 }) 855 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698