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

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

Issue 1987433002: Recipe for Blimp Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update hostname to the allocated one. Created 4 years, 7 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 # -*- 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 { 158 {
159 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
160 'builder': 'Headless Linux (dbg)', 160 'builder': 'Headless Linux (dbg)',
161 'hostname': 'slave16-c1', 161 'hostname': 'slave16-c1',
162 'os': 'linux', 162 'os': 'linux',
163 'version': 'trusty', 163 'version': 'trusty',
164 'bits': '64', 164 'bits': '64',
165 }, 165 },
166 { 166 {
167 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
168 'builder': 'Blimp Linux (dbg)',
169 'hostname': 'slave77-c1',
170 'os': 'linux',
171 'version': 'trusty',
172 'bits': '64',
173 },
174 {
175 'master': 'ChromiumFYI',
168 'hostname': 'vm912-m1', 176 'hostname': 'vm912-m1',
169 'builder': ['Chromium Linux Goma Canary'], 177 'builder': ['Chromium Linux Goma Canary'],
170 'os': 'linux', 178 'os': 'linux',
171 'version': 'trusty', 179 'version': 'trusty',
172 'bits': '64', 180 'bits': '64',
173 }, 181 },
174 { 182 {
175 'master': 'ChromiumFYI', 183 'master': 'ChromiumFYI',
176 'hostname': 'vm992-m1', 184 'hostname': 'vm992-m1',
177 'builder': ['Chromium Linux Goma Canary (clobber)'], 185 'builder': ['Chromium Linux Goma Canary (clobber)'],
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 }, 686 },
679 { 687 {
680 'master': 'ChromiumFYI', 688 'master': 'ChromiumFYI',
681 'builder': 'Linux Kitchen (annotated_run)', 689 'builder': 'Linux Kitchen (annotated_run)',
682 'hostname': 'slave74-c1', 690 'hostname': 'slave74-c1',
683 'os': 'linux', 691 'os': 'linux',
684 'version': 'precise', 692 'version': 'precise',
685 'bits': '64', 693 'bits': '64',
686 }, 694 },
687 ] 695 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698