blob: e6be711606c9b33a1741f394366a90ca4e55d5c4 [file] [log] [blame]
# Copyright 2020 The Chromium Authors
# 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 = "chromium.goma",
repo = "https://chromium.googlesource.com/chromium/src",
header = HEADER,
entries = [
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE ToT",
category = "rbe|tot|linux|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE ToT (ATS)",
category = "rbe|tot|linux|rel",
short_name = "ats",
),
luci.console_view_entry(
builder = "goma/Chromium Mac Goma RBE ToT",
category = "rbe|tot|mac|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE ToT",
category = "rbe|tot|win|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE ATS ToT",
category = "rbe|tot|win|rel",
short_name = "ats",
),
luci.console_view_entry(
builder = "goma/Chromium iOS Goma RBE ToT",
category = "rbe|tot|ios|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Android ARM 32-bit Goma RBE ToT",
category = "rbe|tot|android arm|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Android ARM 32-bit Goma RBE ToT (ATS)",
category = "rbe|tot|android arm|rel",
short_name = "ats",
),
luci.console_view_entry(
builder = "goma/chromeos-amd64-generic-rel-goma-rbe-tot",
category = "rbe|tot|cros|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE Staging (clobber)",
category = "rbe|staging|linux|rel",
short_name = "clb",
),
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE Staging",
category = "rbe|staging|linux|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE Staging (dbg) (clobber)",
category = "rbe|staging|linux|debug",
short_name = "clb",
),
luci.console_view_entry(
builder = "goma/Chromium Linux Goma RBE Staging (dbg)",
category = "rbe|staging|linux|debug",
),
luci.console_view_entry(
builder = "goma/Chromium Mac Goma RBE Staging (clobber)",
category = "rbe|staging|mac|rel",
short_name = "clb",
),
luci.console_view_entry(
builder = "goma/Chromium Mac Goma RBE Staging",
category = "rbe|staging|mac|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Mac Goma RBE Staging (dbg)",
category = "rbe|staging|mac|debug",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE Staging",
category = "rbe|staging|win|rel",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE ATS Staging",
category = "rbe|staging|win|rel",
short_name = "ats",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE Staging (clobber)",
category = "rbe|staging|win|rel",
short_name = "clb",
),
luci.console_view_entry(
builder = "goma/Chromium Win Goma RBE ATS Staging (clobber)",
category = "rbe|staging|win|rel",
short_name = "ats",
),
luci.console_view_entry(
builder = "goma/Chromium Android ARM 32-bit Goma RBE Staging",
category = "rbe|staging|android arm|rel",
),
luci.console_view_entry(
builder = "goma/chromeos-amd64-generic-rel-goma-rbe-staging",
category = "rbe|staging|cros|rel",
),
],
include_experimental_builds = True,
)