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

Side by Side Diff: scripts/slave/logdog-params.pyl

Issue 2321093002: Canary new LogDog Butler on Infra. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 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 # This is a Python literal file describing LogDog builder configuration for 5 # This is a Python literal file describing LogDog builder configuration for
6 # sepcific Chromium Infrastructure BuildBot masters. 6 # sepcific Chromium Infrastructure BuildBot masters.
7 # 7 #
8 # Master names do not include the "master." prefix. 8 # Master names do not include the "master." prefix.
9 # 9 #
10 # The mapping looks like: 10 # The mapping looks like:
(...skipping 26 matching lines...) Expand all
37 # 'master.all-enabled': {}, 37 # 'master.all-enabled': {},
38 # }, 38 # },
39 # } 39 # }
40 # 40 #
41 # These mappings apply to waterfalls defined in the `build` repository: 41 # These mappings apply to waterfalls defined in the `build` repository:
42 # https://chromium.googlesource.com/chromium/tools/build/+/master 42 # https://chromium.googlesource.com/chromium/tools/build/+/master
43 # 43 #
44 { 44 {
45 'chromium': { 45 'chromium': {
46 # Infra 46 # Infra
47 'chromium.infra': {}, 47 'chromium.infra': {
48 # Used for canarying.
49 'cipd_tag': 'git_revision:c88b313d2fae775acf973229bca7a00d45178781',
50 },
48 'chromium.infra.cron': {}, 51 'chromium.infra.cron': {},
49 'tryserver.infra': {},
dnj 2016/09/08 16:18:07 (This no longer exists!)
50 52
51 # Chromium tryservers. 53 # Chromium tryservers.
52 'tryserver.chromium.android': {}, 54 'tryserver.chromium.android': {},
53 'tryserver.chromium.mac': {}, 55 'tryserver.chromium.mac': {},
54 'tryserver.chromium.linux': {}, 56 'tryserver.chromium.linux': {},
55 'tryserver.chromium.win': {}, 57 'tryserver.chromium.win': {},
56 58
57 # Chromium continuous waterfalls. 59 # Chromium continuous waterfalls.
58 'chromium': {}, 60 'chromium': {},
59 'chromium.android': {}, 61 'chromium.android': {},
(...skipping 29 matching lines...) Expand all
89 'client.skia': {}, 91 'client.skia': {},
90 'client.skia.android': {}, 92 'client.skia.android': {},
91 'client.skia.fyi': {}, 93 'client.skia.fyi': {},
92 94
93 # WebRTC 95 # WebRTC
94 'client.webrtc': {}, 96 'client.webrtc': {},
95 'client.webrtc.fyi': {}, 97 'client.webrtc.fyi': {},
96 'tryserver.webrtc': {}, 98 'tryserver.webrtc': {},
97 }, 99 },
98 } 100 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698