summaryrefslogtreecommitdiff
path: root/chromium/infra/config/subprojects/goma/consoles/goma.latest.star
blob: fc611fd9aa2623543b0d1d0cff722594c90b3691 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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("//console-header.star", "HEADER")

luci.console_view(
    name = "goma.latest",
    header = HEADER,
    repo = "https://chromium.googlesource.com/chromium/src",
    entries = [
        luci.console_view_entry(
            builder = "goma/linux-archive-rel-goma-rbe-latest",
            category = "rbe|linux|rel",
            short_name = "clb",
        ),
        luci.console_view_entry(
            builder = "goma/linux-archive-rel-goma-rbe-ats-latest",
            category = "rbe|linux|rel",
            short_name = "ats",
        ),
        luci.console_view_entry(
            builder = "goma/Linux Builder Goma RBE Latest Client",
            category = "rbe|linux|rel",
        ),
        luci.console_view_entry(
            builder = "goma/chromeos-amd64-generic-rel-goma-rbe-latest",
            category = "rbe|cros|rel",
        ),
        luci.console_view_entry(
            builder = "goma/android-archive-dbg-goma-rbe-latest",
            category = "rbe|android|dbg",
        ),
        luci.console_view_entry(
            builder = "goma/android-archive-dbg-goma-rbe-ats-latest",
            category = "rbe|android|dbg",
            short_name = "ats",
        ),
        luci.console_view_entry(
            builder = "goma/mac-archive-rel-goma-rbe-latest",
            category = "rbe|mac|rel",
            short_name = "clb",
        ),
        luci.console_view_entry(
            builder = "goma/Mac Builder (dbg) Goma RBE Latest Client (clobber)",
            category = "rbe|mac|dbg",
            short_name = "clb",
        ),
        luci.console_view_entry(
            builder = "goma/ios-device-goma-rbe-latest-clobber",
            category = "rbe|ios",
            short_name = "clb",
        ),
        luci.console_view_entry(
            builder = "goma/Win Builder Goma RBE Latest Client",
            category = "rbe|win|rel",
        ),
        luci.console_view_entry(
            builder = "goma/Win Builder (dbg) Goma RBE Latest Client",
            category = "rbe|win|dbg",
        ),
    ],
)