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

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

Issue 1836883003: Add config for Chromium Mac 10.11 Force Mac Toolchain (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Also add the builder to FYI 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/api.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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 { 349 {
350 'master': 'ChromiumFYI', 350 'master': 'ChromiumFYI',
351 'hostname': 'build155-m1', 351 'hostname': 'build155-m1',
352 'builder': ['Chromium Mac 10.11'], 352 'builder': ['Chromium Mac 10.11'],
353 'os': 'mac', 353 'os': 'mac',
354 'version': '10.11', 354 'version': '10.11',
355 'bits': '64', 355 'bits': '64',
356 }, 356 },
357 { 357 {
358 'master': 'ChromiumFYI', 358 'master': 'ChromiumFYI',
359 'hostname': 'build9-m1',
360 'builder': ['Chromium Mac 10.11 Force Mac Toolchain'],
361 'os': 'mac',
362 'version': '10.11',
363 'bits': '64',
364 },
365 {
366 'master': 'ChromiumFYI',
359 'hostname': 'vm800-m1', 367 'hostname': 'vm800-m1',
360 'builder': ['Windows 8 App Certification'], 368 'builder': ['Windows 8 App Certification'],
361 'os': 'win', 369 'os': 'win',
362 'version': 'win8', 370 'version': 'win8',
363 'bits': '64', 371 'bits': '64',
364 }, 372 },
365 { 373 {
366 'master': 'ChromiumFYI', 374 'master': 'ChromiumFYI',
367 'hostname': 'vm803-m1', 375 'hostname': 'vm803-m1',
368 'builder': ['Linux ARM'], 376 'builder': ['Linux ARM'],
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 }, 782 },
775 { 783 {
776 'master': 'ChromiumFYI', 784 'master': 'ChromiumFYI',
777 'builder': 'MD Top Chrome Linux material', 785 'builder': 'MD Top Chrome Linux material',
778 'hostname': 'slave69-c1', 786 'hostname': 'slave69-c1',
779 'os': 'linux', 787 'os': 'linux',
780 'version': 'trusty', 788 'version': 'trusty',
781 'bits': '64', 789 'bits': '64',
782 }, 790 },
783 ] 791 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698