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

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

Issue 2336863004: LogDog: bump canary BuildBot CIPD pin. (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 29 matching lines...) Expand all
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. 48 # Used for canarying.
49 '*': { 49 '*': {
50 'cipd_tag': 'git_revision:c88b313d2fae775acf973229bca7a00d45178781', 50 'cipd_tag': 'git_revision:43e215ba861ba2130ffe74907d4d3c16e2791928',
51 }, 51 },
52 }, 52 },
53 'chromium.infra.cron': {}, 53 'chromium.infra.cron': {},
54 54
55 # Chromium tryservers. 55 # Chromium tryservers.
56 'tryserver.chromium.android': {}, 56 'tryserver.chromium.android': {},
57 'tryserver.chromium.mac': {}, 57 'tryserver.chromium.mac': {},
58 'tryserver.chromium.linux': {}, 58 'tryserver.chromium.linux': {},
59 'tryserver.chromium.win': {}, 59 'tryserver.chromium.win': {},
60 60
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'client.skia': {}, 93 'client.skia': {},
94 'client.skia.android': {}, 94 'client.skia.android': {},
95 'client.skia.fyi': {}, 95 'client.skia.fyi': {},
96 96
97 # WebRTC 97 # WebRTC
98 'client.webrtc': {}, 98 'client.webrtc': {},
99 'client.webrtc.fyi': {}, 99 'client.webrtc.fyi': {},
100 'tryserver.webrtc': {}, 100 'tryserver.webrtc': {},
101 }, 101 },
102 } 102 }
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