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

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

Issue 2359933003: chromium.fyi: Set up a 'ClangToTAndroid (dbg)' buildbot (Closed)
Patch Set: 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'ClangToTAndroidASan', 413 'ClangToTAndroidASan',
414 ], 414 ],
415 'hostname': 'build3-b1', 415 'hostname': 'build3-b1',
416 'os': 'linux', 416 'os': 'linux',
417 'version': 'precise', 417 'version': 'precise',
418 'bits': '64', 418 'bits': '64',
419 }, 419 },
420 { 420 {
421 'master': 'ChromiumFYI', 421 'master': 'ChromiumFYI',
422 'builder': [ 422 'builder': [
423 'ClangToTAndroid (dbg)',
424 ],
425 'hostname': 'slave5-c1',
Nico 2016/09/21 23:27:21 wow, you got a machine already? :-) unrelatedly,
hans 2016/09/21 23:55:03 No, I just picked one to get this going while we w
Nico 2016/09/22 16:18:33 Oh, I see. If you want to add this builder to an e
426 'os': 'linux',
427 'version': 'precise',
428 'bits': '64',
429 },
430 {
431 'master': 'ChromiumFYI',
432 'builder': [
423 'ClangToTMac', 433 'ClangToTMac',
424 'ClangToTiOS', 434 'ClangToTiOS',
425 ], 435 ],
426 'hostname': 'build98-m1', 436 'hostname': 'build98-m1',
427 'os': 'mac', 437 'os': 'mac',
428 'version': '10.9', 438 'version': '10.9',
429 'bits': '64', 439 'bits': '64',
430 }, 440 },
431 { 441 {
432 'master': 'ChromiumFYI', 442 'master': 'ChromiumFYI',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'master': 'ChromiumFYI', 780 'master': 'ChromiumFYI',
771 'builder': [ 781 'builder': [
772 'Chromium Win PGO Builder', 782 'Chromium Win PGO Builder',
773 'Chromium Win x64 PGO Builder', 783 'Chromium Win x64 PGO Builder',
774 ], 784 ],
775 'hostname': slave, 785 'hostname': slave,
776 'os': 'win', 786 'os': 'win',
777 'version': 'win7', 787 'version': 'win7',
778 'bits': '64', 788 'bits': '64',
779 }) 789 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698