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

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

Issue 1104533002: Add recipe for split AMP/local CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Parent builder Android Builder (dbg) and expectation changes. 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 { 300 {
301 'master': 'ChromiumFYI', 301 'master': 'ChromiumFYI',
302 'builder': 'Android Webview L (dbg)', 302 'builder': 'Android Webview L (dbg)',
303 'hostname': 'build36-a1', 303 'hostname': 'build36-a1',
304 'os': 'linux', 304 'os': 'linux',
305 'version': 'precise', 305 'version': 'precise',
306 'bits': '64', 306 'bits': '64',
307 }, 307 },
308 { 308 {
309 'master': 'ChromiumFYI', 309 'master': 'ChromiumFYI',
310 'builder': 'Android Tests (amp)(dbg)', 310 'builder': 'Android Tests (amp split)',
311 'hostname': 'build87-a95', 311 'hostname': 'build87-a95',
312 'os': 'linux', 312 'os': 'linux',
313 'version': 'precise', 313 'version': 'precise',
314 'bits': '64', 314 'bits': '64',
315 }, 315 },
316 { 316 {
317 'master': 'ChromiumFYI', 317 'master': 'ChromiumFYI',
318 'builder': 'Android Tests (trial)(dbg)', 318 'builder': 'Android Tests (trial)(dbg)',
319 'hostname': 'build63-a1', 319 'hostname': 'build63-a1',
320 'os': 'linux', 320 'os': 'linux',
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 }, 906 },
907 { 907 {
908 'master': 'ChromiumFYI', 908 'master': 'ChromiumFYI',
909 'builder': 'CFI Linux', 909 'builder': 'CFI Linux',
910 'hostname': 'slave20-c1', 910 'hostname': 'slave20-c1',
911 'os': 'linux', 911 'os': 'linux',
912 'version': 'precise', 912 'version': 'precise',
913 'bits': '64', 913 'bits': '64',
914 }, 914 },
915 ] 915 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698