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

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

Issue 1901883004: Move Android Nexus 9 GPU bot to chromium.gpu.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixed master specification for N9 bot. 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 slaves = [ 5 slaves = [
6 { 6 {
7 'master': 'ChromiumGPU', 7 'master': 'ChromiumGPU',
8 'hostname': 'vm88-m1', 8 'hostname': 'vm88-m1',
9 'builder': 'GPU Win Builder', 9 'builder': 'GPU Win Builder',
10 'os': 'win', 10 'os': 'win',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'bits': '64', 251 'bits': '64',
252 }, 252 },
253 { 253 {
254 'master': 'ChromiumGPU', 254 'master': 'ChromiumGPU',
255 'hostname': 'build60-b1', 255 'hostname': 'build60-b1',
256 'builder': 'Android Debug (Nexus 6)', 256 'builder': 'Android Debug (Nexus 6)',
257 'os': 'linux', 257 'os': 'linux',
258 'version': 'precise', 258 'version': 'precise',
259 'bits': '64', 259 'bits': '64',
260 }, 260 },
261 {
262 'master': 'ChromiumGPU',
263 'hostname': 'build61-b1',
264 'builder': 'Android Debug (Nexus 9)',
265 'os': 'linux',
266 'version': 'precise',
267 'bits': '64',
268 },
269 ] 261 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.gpu/master.cfg ('k') | scripts/slave/recipes/chromium.gpu.recipe_autogen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698