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

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

Issue 1148793004: Remove old FYI ARM linux bot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'master': 'ChromiumFYI', 509 'master': 'ChromiumFYI',
510 'hostname': 'vm800-m1', 510 'hostname': 'vm800-m1',
511 'builder': ['Windows 8 App Certification'], 511 'builder': ['Windows 8 App Certification'],
512 'os': 'win', 512 'os': 'win',
513 'version': 'win8', 513 'version': 'win8',
514 'bits': '64', 514 'bits': '64',
515 }, 515 },
516 { 516 {
517 'master': 'ChromiumFYI', 517 'master': 'ChromiumFYI',
518 'hostname': 'vm803-m1', 518 'hostname': 'vm803-m1',
519 'builder': ['Linux ARM Cross-Compile', 'Linux ARM'], 519 'builder': ['Linux ARM Cross-Compile'],
520 'os': 'linux', 520 'os': 'linux',
521 'version': 'precise', 521 'version': 'precise',
522 'bits': '64', 522 'bits': '64',
523 }, 523 },
524 { 524 {
525 'master': 'ChromiumFYI', 525 'master': 'ChromiumFYI',
526 'hostname': 'panda8', 526 'hostname': 'panda8',
527 'builder': 'Linux ARM Tests (Panda)', 527 'builder': 'Linux ARM Tests (Panda)',
528 'os': 'linux', 528 'os': 'linux',
529 'version': 'precise', 529 'version': 'precise',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 }, 898 },
899 { 899 {
900 'master': 'ChromiumFYI', 900 'master': 'ChromiumFYI',
901 'builder': 'CFI Linux', 901 'builder': 'CFI Linux',
902 'hostname': 'slave20-c1', 902 'hostname': 'slave20-c1',
903 'os': 'linux', 903 'os': 'linux',
904 'version': 'precise', 904 'version': 'precise',
905 'bits': '64', 905 'bits': '64',
906 }, 906 },
907 ] 907 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698