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

Side by Side Diff: masters/master.client.skia.fyi/slaves.cfg

Issue 1141583002: Add presubmit trybot for skia. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase. Created 5 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 5
6 slaves = [ 6 slaves = [
7 { 7 {
8 'master': 'SkiaFYI', 8 'master': 'SkiaFYI',
9 'hostname': 'skiabot-linux-housekeeper-000', 9 'hostname': 'skiabot-linux-housekeeper-000',
10 'builder': [ 10 'builder': [
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 'master': 'SkiaFYI', 30 'master': 'SkiaFYI',
31 'hostname': 'skiabot-linux-housekeeper-002', 31 'hostname': 'skiabot-linux-housekeeper-002',
32 'builder': [ 32 'builder': [
33 'Infra-PerCommit', 33 'Infra-PerCommit',
34 ], 34 ],
35 'os': 'linux', 35 'os': 'linux',
36 'version': 'precise', 36 'version': 'precise',
37 'bits': '64', 37 'bits': '64',
38 }, 38 },
39 {
40 'master': 'SkiaFYI',
41 'hostname': 'slave11-c3',
42 'builder': [
43 'skia_presubmit',
44 ],
45 'os': 'linux',
46 'version': 'precise',
47 'bits': '64',
48 },
39 ] 49 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698