Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |