Commit 6692b0d8 authored by Garrett Beaty's avatar Garrett Beaty Committed by Commit Bot

Update the console header for LTS.

(cherry picked from commit f649e5f626f798740d1bba2c07a2560e69351666)

Change-Id: I669ac3891d52285f6162635ab35ae1f1802d245d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538496
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Cr-Original-Commit-Position: refs/branch-heads/4240@{#1459}
Cr-Original-Branched-From: f2976777-refs/heads/master@{#800218}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2540576
Commit-Queue: Erik Staab <estaab@chromium.org>
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827801}
parent 95daee68
...@@ -71,7 +71,7 @@ HEADER = _header( ...@@ -71,7 +71,7 @@ HEADER = _header(
), ),
_oncall( _oncall(
name = "Chromium Branches", name = "Chromium Branches",
branch_selector = branches.NOT_MAIN, branch_selector = branches.STANDARD_BRANCHES,
url = "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-branch-sheriff", url = "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-branch-sheriff",
), ),
_oncall( _oncall(
...@@ -204,7 +204,7 @@ HEADER = _header( ...@@ -204,7 +204,7 @@ HEADER = _header(
links = [ links = [
_link( _link(
text = "android", text = "android",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/chromium.android".format(settings.project), url = "/p/{}/g/chromium.android".format(settings.project),
alt = "Chromium Android console", alt = "Chromium Android console",
), ),
...@@ -215,7 +215,7 @@ HEADER = _header( ...@@ -215,7 +215,7 @@ HEADER = _header(
), ),
_link( _link(
text = "dawn", text = "dawn",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/chromium.dawn".format(settings.project), url = "/p/{}/g/chromium.dawn".format(settings.project),
alt = "Chromium Dawn console", alt = "Chromium Dawn console",
), ),
...@@ -226,13 +226,13 @@ HEADER = _header( ...@@ -226,13 +226,13 @@ HEADER = _header(
), ),
_link( _link(
text = "fyi", text = "fyi",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/chromium.fyi".format(settings.project), url = "/p/{}/g/chromium.fyi".format(settings.project),
alt = "Chromium FYI console", alt = "Chromium FYI console",
), ),
_link( _link(
text = "gpu", text = "gpu",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/chromium.gpu".format(settings.project), url = "/p/{}/g/chromium.gpu".format(settings.project),
alt = "Chromium GPU console", alt = "Chromium GPU console",
), ),
...@@ -258,7 +258,7 @@ HEADER = _header( ...@@ -258,7 +258,7 @@ HEADER = _header(
), ),
_link( _link(
text = "chromiumos", text = "chromiumos",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.LTS_MILESTONE,
url = "/p/{}/g/chromium.chromiumos".format(settings.project), url = "/p/{}/g/chromium.chromiumos".format(settings.project),
alt = "ChromiumOS console", alt = "ChromiumOS console",
), ),
...@@ -287,7 +287,7 @@ HEADER = _header( ...@@ -287,7 +287,7 @@ HEADER = _header(
links = [ links = [
_link( _link(
text = "android", text = "android",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/tryserver.chromium.android/builders".format(settings.project), url = "/p/{}/g/tryserver.chromium.android/builders".format(settings.project),
alt = "Android", alt = "Android",
), ),
...@@ -298,7 +298,7 @@ HEADER = _header( ...@@ -298,7 +298,7 @@ HEADER = _header(
), ),
_link( _link(
text = "blink", text = "blink",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/tryserver.blink/builders".format(settings.project), url = "/p/{}/g/tryserver.blink/builders".format(settings.project),
alt = "Blink", alt = "Blink",
), ),
...@@ -309,19 +309,19 @@ HEADER = _header( ...@@ -309,19 +309,19 @@ HEADER = _header(
), ),
_link( _link(
text = "chromiumos", text = "chromiumos",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.LTS_MILESTONE,
url = "/p/{}/g/tryserver.chromium.chromiumos/builders".format(settings.project), url = "/p/{}/g/tryserver.chromium.chromiumos/builders".format(settings.project),
alt = "ChromiumOS", alt = "ChromiumOS",
), ),
_link( _link(
text = "linux", text = "linux",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/tryserver.chromium.linux/builders".format(settings.project), url = "/p/{}/g/tryserver.chromium.linux/builders".format(settings.project),
alt = "Linux", alt = "Linux",
), ),
_link( _link(
text = "mac", text = "mac",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/tryserver.chromium.mac/builders".format(settings.project), url = "/p/{}/g/tryserver.chromium.mac/builders".format(settings.project),
alt = "Mac", alt = "Mac",
), ),
...@@ -332,7 +332,7 @@ HEADER = _header( ...@@ -332,7 +332,7 @@ HEADER = _header(
), ),
_link( _link(
text = "win", text = "win",
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.STANDARD_MILESTONE,
url = "/p/{}/g/tryserver.chromium.win/builders".format(settings.project), url = "/p/{}/g/tryserver.chromium.win/builders".format(settings.project),
alt = "Win", alt = "Win",
), ),
...@@ -383,7 +383,7 @@ HEADER = _header( ...@@ -383,7 +383,7 @@ HEADER = _header(
], ],
), ),
_console_group( _console_group(
branch_selector = branches.NOT_MAIN, branch_selector = branches.STANDARD_BRANCHES,
console_ids = ["{}/{}".format(settings.project, c) for c in [ console_ids = ["{}/{}".format(settings.project, c) for c in [
"chromium", "chromium",
"chromium.win", "chromium.win",
...@@ -395,6 +395,12 @@ HEADER = _header( ...@@ -395,6 +395,12 @@ HEADER = _header(
"chromium.android", "chromium.android",
]], ]],
), ),
_console_group(
branch_selector = branches.LTS_BRANCHES,
console_ids = ["{}/{}".format(settings.project, c) for c in [
"chromium.chromiumos",
]],
),
], ],
tree_status_host = settings.tree_status_host, tree_status_host = settings.tree_status_host,
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment