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

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

Issue 2338123002: Enable LogDog on chromium.gatekeeper. (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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'chromium.win': {}, 66 'chromium.win': {},
67 67
68 'chromium.fyi': {}, 68 'chromium.fyi': {},
69 'chromium.gpu': {}, 69 'chromium.gpu': {},
70 'chromium.perf': {}, 70 'chromium.perf': {},
71 'chromium.perf.fyi': {}, 71 'chromium.perf.fyi': {},
72 'chromium.webrtc': {}, 72 'chromium.webrtc': {},
73 'chromium.webrtc.fyi': {}, 73 'chromium.webrtc.fyi': {},
74 'chromium.webkit': {}, 74 'chromium.webkit': {},
75 75
76 'chromium.gatekeeper': {},
77
76 # Blink 78 # Blink
77 'tryserver.blink': {}, 79 'tryserver.blink': {},
78 80
79 # V8 81 # V8
80 'client.v8': {}, 82 'client.v8': {},
81 'client.v8.branches': {}, 83 'client.v8.branches': {},
82 'client.v8.fyi': {}, 84 'client.v8.fyi': {},
83 'client.v8.ports': {}, 85 'client.v8.ports': {},
84 'tryserver.v8': {}, 86 'tryserver.v8': {},
85 87
86 # NaCl / WASM 88 # NaCl / WASM
87 'client.nacl': {}, 89 'client.nacl': {},
88 'client.nacl.ports': {}, 90 'client.nacl.ports': {},
89 'client.wasm.llvm': {}, 91 'client.wasm.llvm': {},
90 'tryserver.nacl': {}, 92 'tryserver.nacl': {},
91 93
92 # SKIA 94 # SKIA
93 'client.skia': {}, 95 'client.skia': {},
94 'client.skia.android': {}, 96 'client.skia.android': {},
95 'client.skia.fyi': {}, 97 'client.skia.fyi': {},
96 98
97 # WebRTC 99 # WebRTC
98 'client.webrtc': {}, 100 'client.webrtc': {},
99 'client.webrtc.fyi': {}, 101 'client.webrtc.fyi': {},
100 'tryserver.webrtc': {}, 102 'tryserver.webrtc': {},
101 }, 103 },
102 } 104 }
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