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

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

Issue 2390753005: Double Builds for Blimp Integration Test Infrastructure on FYI bot (Closed)
Patch Set: part of recipe - gn args building Created 4 years, 2 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 { 134 {
135 'master': 'ChromiumFYI', 135 'master': 'ChromiumFYI',
136 'builder': 'Blimp Linux Engine', 136 'builder': 'Blimp Linux Engine',
137 'hostname': 'slave140-c1', 137 'hostname': 'slave140-c1',
138 'os': 'linux', 138 'os': 'linux',
139 'version': 'trusty', 139 'version': 'trusty',
140 'bits': '64', 140 'bits': '64',
141 }, 141 },
142 { 142 {
143 'master': 'ChromiumFYI', 143 'master': 'ChromiumFYI',
144 'builder': 'Blimp Android Tester',
145 'hostname': 'slave141-c1',
jbudorick 2016/10/06 13:34:30 Where was this allocated?
146 'os': 'linux',
147 'version': 'trusty',
148 'bits': '64',
149 },
150 {
151 'master': 'ChromiumFYI',
144 'builder': 'WebKit Linux - WPTServe', 152 'builder': 'WebKit Linux - WPTServe',
145 'hostname': 'slave72-c1', 153 'hostname': 'slave72-c1',
146 'os': 'linux', 154 'os': 'linux',
147 'version': 'precise', 155 'version': 'precise',
148 'bits': '64', 156 'bits': '64',
149 }, 157 },
150 { 158 {
151 'master': 'ChromiumFYI', 159 'master': 'ChromiumFYI',
152 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 160 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
153 'hostname': 'slave49-c1', 161 'hostname': 'slave49-c1',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'master': 'ChromiumFYI', 804 'master': 'ChromiumFYI',
797 'builder': [ 805 'builder': [
798 'Chromium Win PGO Builder', 806 'Chromium Win PGO Builder',
799 'Chromium Win x64 PGO Builder', 807 'Chromium Win x64 PGO Builder',
800 ], 808 ],
801 'hostname': slave, 809 'hostname': slave,
802 'os': 'win', 810 'os': 'win',
803 'version': 'win7', 811 'version': 'win7',
804 'bits': '64', 812 'bits': '64',
805 }) 813 })
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698