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

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

Issue 2359933003: chromium.fyi: Set up a 'ClangToTAndroid (dbg)' buildbot (Closed)
Patch Set: Use builder list of the existing slave Created 4 years, 3 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
« 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 ], 394 ],
395 'hostname': 'slave42-c1', 395 'hostname': 'slave42-c1',
396 'os': 'linux', 396 'os': 'linux',
397 'version': 'precise', 397 'version': 'precise',
398 'bits': '64', 398 'bits': '64',
399 }, 399 },
400 { 400 {
401 'master': 'ChromiumFYI', 401 'master': 'ChromiumFYI',
402 'builder': [ 402 'builder': [
403 'ClangToTLinux (dbg)', 403 'ClangToTLinux (dbg)',
404 'ClangToTAndroid (dbg)',
404 ], 405 ],
405 'hostname': 'slave5-c1', 406 'hostname': 'slave5-c1',
406 'os': 'linux', 407 'os': 'linux',
407 'version': 'precise', 408 'version': 'precise',
408 'bits': '64', 409 'bits': '64',
409 }, 410 },
410 { 411 {
411 'master': 'ChromiumFYI', 412 'master': 'ChromiumFYI',
412 'builder': [ 413 'builder': [
413 'ClangToTAndroidASan', 414 'ClangToTAndroidASan',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'master': 'ChromiumFYI', 771 'master': 'ChromiumFYI',
771 'builder': [ 772 'builder': [
772 'Chromium Win PGO Builder', 773 'Chromium Win PGO Builder',
773 'Chromium Win x64 PGO Builder', 774 'Chromium Win x64 PGO Builder',
774 ], 775 ],
775 'hostname': slave, 776 'hostname': slave,
776 'os': 'win', 777 'os': 'win',
777 'version': 'win7', 778 'version': 'win7',
778 'bits': '64', 779 'bits': '64',
779 }) 780 })
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