summaryrefslogtreecommitdiff
path: root/chromium/infra/config/subprojects/chromium/subproject.star
blob: 8be4feaf25ded91880dd8608ae93cf19f8bb709b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

load("//lib/branches.star", "branches")

exec("./ci.star")
exec("./try.star")
exec("./gpu.try.star")
exec("./swangle.try.star")

# TODO(gbeaty) external_console_view uses new fields/types that aren't present
# in the version of the protobuf that lint-luci-milo uses, so update protos and
# then uncomment these (the main console is still reachable via the beta link in
# the header)
# luci.external_console_view(
#     name = "main-m86",
#     title = "Chromium M86 Main Console",
#     source = "chromium-m86:main",
# )

# luci.external_console_view(
#     name = "mirrors-m86",
#     title = "Chromium M86 CQ Mirrors Console",
#     source = "chromium-m86:mirrors",
# )

# luci.external_console_view(
#     name = "try-m86",
#     title = "Chromium M86 CQ Console",
#     source = "chromium-m86:try",
# )

branches.exec("./consoles/android.packager.star")
branches.exec("./consoles/metadata.exporter.star")
branches.exec("./consoles/sheriff.ios.star")

branches.exec("./fallback-cq.star")