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

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

Issue 2366713002: Move 'ClangToTAndroid (dbg)' to new slave slave135-c1 (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
« no previous file with comments | « no previous file | no next file » | 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)',
405 ], 404 ],
406 'hostname': 'slave5-c1', 405 'hostname': 'slave5-c1',
407 'os': 'linux', 406 'os': 'linux',
408 'version': 'precise', 407 'version': 'precise',
409 'bits': '64', 408 'bits': '64',
410 }, 409 },
411 { 410 {
412 'master': 'ChromiumFYI', 411 'master': 'ChromiumFYI',
413 'builder': [ 412 'builder': [
414 'ClangToTAndroidASan', 413 'ClangToTAndroidASan',
415 ], 414 ],
416 'hostname': 'build3-b1', 415 'hostname': 'build3-b1',
417 'os': 'linux', 416 'os': 'linux',
418 'version': 'precise', 417 'version': 'precise',
419 'bits': '64', 418 'bits': '64',
420 }, 419 },
421 { 420 {
422 'master': 'ChromiumFYI', 421 'master': 'ChromiumFYI',
423 'builder': [ 422 'builder': [
423 'ClangToTAndroid (dbg)',
424 ],
425 'hostname': 'slave135-c1',
426 'os': 'linux',
427 'version': 'precise',
428 'bits': '64',
429 },
430 {
431 'master': 'ChromiumFYI',
432 'builder': [
424 'ClangToTMac', 433 'ClangToTMac',
425 'ClangToTiOS', 434 'ClangToTiOS',
426 ], 435 ],
427 'hostname': 'build98-m1', 436 'hostname': 'build98-m1',
428 'os': 'mac', 437 'os': 'mac',
429 'version': '10.9', 438 'version': '10.9',
430 'bits': '64', 439 'bits': '64',
431 }, 440 },
432 { 441 {
433 'master': 'ChromiumFYI', 442 'master': 'ChromiumFYI',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'master': 'ChromiumFYI', 780 'master': 'ChromiumFYI',
772 'builder': [ 781 'builder': [
773 'Chromium Win PGO Builder', 782 'Chromium Win PGO Builder',
774 'Chromium Win x64 PGO Builder', 783 'Chromium Win x64 PGO Builder',
775 ], 784 ],
776 'hostname': slave, 785 'hostname': slave,
777 'os': 'win', 786 'os': 'win',
778 'version': 'win7', 787 'version': 'win7',
779 'bits': '64', 788 'bits': '64',
780 }) 789 })
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698