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

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

Issue 2033813003: Replace chromeperf80 with build91-b1 in master.chromium.fyi (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'master': 'ChromiumFYI', 127 'master': 'ChromiumFYI',
128 'builder': ['Android Tests (trial)(dbg)', 'Android Tests (x86 emulator)'], 128 'builder': ['Android Tests (trial)(dbg)', 'Android Tests (x86 emulator)'],
129 'hostname': 'build64-b1', 129 'hostname': 'build64-b1',
130 'os': 'linux', 130 'os': 'linux',
131 'version': 'precise', 131 'version': 'precise',
132 'bits': '64', 132 'bits': '64',
133 }, 133 },
134 { 134 {
135 'master': 'ChromiumFYI', 135 'master': 'ChromiumFYI',
136 'builder': 'Android ChromeDriver Tests (dbg)', 136 'builder': 'Android ChromeDriver Tests (dbg)',
137 'hostname': 'chromeperf80', 137 'hostname': 'build91-b1',
138 'os': 'linux', 138 'os': 'linux',
139 'version': 'precise', 139 'version': 'precise',
140 'bits': '64', 140 'bits': '64',
141 }, 141 },
142 { 142 {
143 'master': 'ChromiumFYI', 143 'master': 'ChromiumFYI',
144 'builder': 'Android Cloud Tests', 144 'builder': 'Android Cloud Tests',
145 'hostname': 'slave51-c1', 145 'hostname': 'slave51-c1',
146 'os': 'linux', 146 'os': 'linux',
147 'version': 'trusty', 147 'version': 'trusty',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 }, 687 },
688 { 688 {
689 'master': 'ChromiumFYI', 689 'master': 'ChromiumFYI',
690 'builder': 'Linux Kitchen (annotated_run)', 690 'builder': 'Linux Kitchen (annotated_run)',
691 'hostname': 'slave74-c1', 691 'hostname': 'slave74-c1',
692 'os': 'linux', 692 'os': 'linux',
693 'version': 'precise', 693 'version': 'precise',
694 'bits': '64', 694 'bits': '64',
695 }, 695 },
696 ] 696 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698