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

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

Issue 2366983002: [chromium.fyi] Set up Blimp {Android Client,Linux Engine} fyi bots. (Closed)
Patch Set: add builders to the chromium.fyi builders list. 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 { 118 {
119 'master': 'ChromiumFYI', 119 'master': 'ChromiumFYI',
120 'builder': 'Android VR Tests', 120 'builder': 'Android VR Tests',
121 'hostname': 'build122-b1', 121 'hostname': 'build122-b1',
122 'os': 'linux', 122 'os': 'linux',
123 'version': 'trusty', 123 'version': 'trusty',
124 'bits': '64', 124 'bits': '64',
125 }, 125 },
126 { 126 {
127 'master': 'ChromiumFYI', 127 'master': 'ChromiumFYI',
128 'builder': 'Blimp Android Client',
129 'hostname': 'slave139-c1',
130 'os': 'linux',
131 'version': 'trusty',
132 'bits': '64',
133 },
134 {
135 'master': 'ChromiumFYI',
136 'builder': 'Blimp Linux Engine',
137 'hostname': 'slave140-c1',
138 'os': 'linux',
139 'version': 'trusty',
140 'bits': '64',
141 },
142 {
143 'master': 'ChromiumFYI',
128 'builder': 'WebKit Linux - WPTServe', 144 'builder': 'WebKit Linux - WPTServe',
129 'hostname': 'slave72-c1', 145 'hostname': 'slave72-c1',
130 'os': 'linux', 146 'os': 'linux',
131 'version': 'precise', 147 'version': 'precise',
132 'bits': '64', 148 'bits': '64',
133 }, 149 },
134 { 150 {
135 'master': 'ChromiumFYI', 151 'master': 'ChromiumFYI',
136 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'], 152 'builder': ['Linux V8 API Stability', 'WebKit Linux - TraceWrappables'],
137 'hostname': 'slave49-c1', 153 'hostname': 'slave49-c1',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 'master': 'ChromiumFYI', 796 'master': 'ChromiumFYI',
781 'builder': [ 797 'builder': [
782 'Chromium Win PGO Builder', 798 'Chromium Win PGO Builder',
783 'Chromium Win x64 PGO Builder', 799 'Chromium Win x64 PGO Builder',
784 ], 800 ],
785 'hostname': slave, 801 'hostname': slave,
786 'os': 'win', 802 'os': 'win',
787 'version': 'win7', 803 'version': 'win7',
788 'bits': '64', 804 'bits': '64',
789 }) 805 })
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