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

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

Issue 2044513004: Recipe for Blimp bot on chromium.linux (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Moves blimp FYI slave to chromium.linux 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
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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 { 166 {
167 'master': 'ChromiumFYI', 167 'master': 'ChromiumFYI',
168 'builder': 'Headless Linux (dbg)', 168 'builder': 'Headless Linux (dbg)',
169 'hostname': 'slave16-c1', 169 'hostname': 'slave16-c1',
170 'os': 'linux', 170 'os': 'linux',
171 'version': 'trusty', 171 'version': 'trusty',
172 'bits': '64', 172 'bits': '64',
173 }, 173 },
174 { 174 {
175 'master': 'ChromiumFYI', 175 'master': 'ChromiumFYI',
176 'builder': 'Blimp Linux (dbg)',
177 'hostname': 'slave77-c1',
178 'os': 'linux',
179 'version': 'trusty',
180 'bits': '64',
181 },
182 {
183 'master': 'ChromiumFYI',
184 'hostname': 'vm912-m1', 176 'hostname': 'vm912-m1',
185 'builder': ['Chromium Linux Goma Canary'], 177 'builder': ['Chromium Linux Goma Canary'],
186 'os': 'linux', 178 'os': 'linux',
187 'version': 'trusty', 179 'version': 'trusty',
188 'bits': '64', 180 'bits': '64',
189 }, 181 },
190 { 182 {
191 'master': 'ChromiumFYI', 183 'master': 'ChromiumFYI',
192 'hostname': 'vm992-m1', 184 'hostname': 'vm992-m1',
193 'builder': ['Chromium Linux Goma Canary (clobber)'], 185 'builder': ['Chromium Linux Goma Canary (clobber)'],
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 }, 687 },
696 { 688 {
697 'master': 'ChromiumFYI', 689 'master': 'ChromiumFYI',
698 'builder': 'Linux Kitchen (annotated_run)', 690 'builder': 'Linux Kitchen (annotated_run)',
699 'hostname': 'slave74-c1', 691 'hostname': 'slave74-c1',
700 'os': 'linux', 692 'os': 'linux',
701 'version': 'precise', 693 'version': 'precise',
702 'bits': '64', 694 'bits': '64',
703 }, 695 },
704 ] 696 ]
OLDNEW
« no previous file with comments | « masters/master.chromium.fyi/master.cfg ('k') | masters/master.chromium.linux/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698