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

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

Issue 1889353002: Remove WinClang bot from FYI waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: recipe too Created 4 years, 8 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 { 389 {
390 'master': 'ChromiumFYI', 390 'master': 'ChromiumFYI',
391 'builder': 'Chromium Win x64 Clobber', 391 'builder': 'Chromium Win x64 Clobber',
392 'hostname': 'build61-m1', 392 'hostname': 'build61-m1',
393 'os': 'win', 393 'os': 'win',
394 'version': '2008r2', 394 'version': '2008r2',
395 'bits': '64', 395 'bits': '64',
396 }, 396 },
397 { 397 {
398 'master': 'ChromiumFYI', 398 'master': 'ChromiumFYI',
399 'builder': ['WinClang', 'CrWinClang'], 399 'builder': 'CrWinClang',
400 'hostname': 'build29-m1', 400 'hostname': 'build29-m1',
401 'os': 'win', 401 'os': 'win',
402 'version': 'win7', 402 'version': 'win7',
403 'bits': '64', 403 'bits': '64',
404 }, 404 },
405 { 405 {
406 'master': 'ChromiumFYI', 406 'master': 'ChromiumFYI',
407 'builder': 'CrWinClang tester', 407 'builder': 'CrWinClang tester',
408 'hostname': 'vm961-m1', 408 'hostname': 'vm961-m1',
409 'os': 'win', 409 'os': 'win',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 }, 806 },
807 { 807 {
808 'master': 'ChromiumFYI', 808 'master': 'ChromiumFYI',
809 'builder': 'Linux Kitchen (annotated_run)', 809 'builder': 'Linux Kitchen (annotated_run)',
810 'hostname': 'slave74-c1', 810 'hostname': 'slave74-c1',
811 'os': 'linux', 811 'os': 'linux',
812 'version': 'precise', 812 'version': 'precise',
813 'bits': '64', 813 'bits': '64',
814 }, 814 },
815 ] 815 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698