| 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 29 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |