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

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

Issue 725663002: Chromium FYI bot for running Telemetry unit tests on Android user build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixed whitespace issues. Created 6 years, 1 month 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 | « masters/master.chromium.fyi/master.cfg ('k') | 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 { 318 {
319 'master': 'ChromiumFYI', 319 'master': 'ChromiumFYI',
320 'builder': 'Android Tests (JB Manta)(dbg)', 320 'builder': 'Android Tests (JB Manta)(dbg)',
321 'hostname': 'build38-a1', 321 'hostname': 'build38-a1',
322 'os': 'linux', 322 'os': 'linux',
323 'version': 'precise', 323 'version': 'precise',
324 'bits': '64', 324 'bits': '64',
325 }, 325 },
326 { 326 {
327 'master': 'ChromiumFYI', 327 'master': 'ChromiumFYI',
328 'builder': 'Android Tests (K N5, user build)(dbg)',
329 'hostname': 'build63-a1',
330 'os': 'linux',
331 'version': 'precise',
332 'bits': '64',
333 },
334 {
335 'master': 'ChromiumFYI',
328 'builder': 'Android User Builder Tests', 336 'builder': 'Android User Builder Tests',
329 'hostname': 'chromeperf87', 337 'hostname': 'chromeperf87',
330 'os': 'linux', 338 'os': 'linux',
331 'version': 'precise', 339 'version': 'precise',
332 'bits': '64', 340 'bits': '64',
333 }, 341 },
334 { 342 {
335 'master': 'ChromiumFYI', 343 'master': 'ChromiumFYI',
336 'builder': 'Android ChromeDriver Tests (dbg)', 344 'builder': 'Android ChromeDriver Tests (dbg)',
337 'hostname': 'chromeperf80', 345 'hostname': 'chromeperf80',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 }, 892 },
885 { 893 {
886 'master': 'ChromiumFYI', 894 'master': 'ChromiumFYI',
887 'builder': 'Linux ChromiumOS Athena Tests (1)', 895 'builder': 'Linux ChromiumOS Athena Tests (1)',
888 'hostname': 'vm869-m1', 896 'hostname': 'vm869-m1',
889 'os': 'linux', 897 'os': 'linux',
890 'version': 'precise', 898 'version': 'precise',
891 'bits': '64', 899 'bits': '64',
892 } 900 }
893 ] 901 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698