Commit db165b47 authored by John Budorick's avatar John Budorick Committed by Commit Bot

luci: banish Leak Detection Linux to the fyi console.

This bot has been flaky for a while, and it's been excluded
from sheriffing since October.

Note that this CL does not attempt to switch mastername property values,
as that's mostly an implementation detail at this point.

Bug: 1014673
Change-Id: I5c01644e4728a407d9679c76d4ccdf9e9d107f5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994119
Commit-Queue: John Budorick <jbudorick@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Auto-Submit: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730208}
parent c54001cd
...@@ -156,6 +156,13 @@ luci.console_view( ...@@ -156,6 +156,13 @@ luci.console_view(
builder = 'ci/linux-wpt-fyi-rel', builder = 'ci/linux-wpt-fyi-rel',
category = 'linux', category = 'linux',
), ),
# Moved to the FYI console for being habitually flaky.
# https://crbug.com/1014673
luci.console_view_entry(
builder = 'ci/Leak Detection Linux',
category = 'linux',
short_name = 'lk',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/Mojo Android', builder = 'ci/Mojo Android',
category = 'mojo', category = 'mojo',
......
...@@ -23,11 +23,6 @@ luci.console_view( ...@@ -23,11 +23,6 @@ luci.console_view(
category = 'release', category = 'release',
short_name = 'det', short_name = 'det',
), ),
luci.console_view_entry(
builder = 'ci/Leak Detection Linux',
category = 'release',
short_name = 'lk',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/linux-ozone-rel', builder = 'ci/linux-ozone-rel',
category = 'release', category = 'release',
......
...@@ -204,11 +204,6 @@ luci.console_view( ...@@ -204,11 +204,6 @@ luci.console_view(
category = 'chromium.linux|release', category = 'chromium.linux|release',
short_name = 'det', short_name = 'det',
), ),
luci.console_view_entry(
builder = 'ci/Leak Detection Linux',
category = 'chromium.linux|release',
short_name = 'lk',
),
luci.console_view_entry( luci.console_view_entry(
builder = 'ci/linux-ozone-rel', builder = 'ci/linux-ozone-rel',
category = 'chromium.linux|release', category = 'chromium.linux|release',
......
...@@ -3049,6 +3049,11 @@ consoles: < ...@@ -3049,6 +3049,11 @@ consoles: <
name: "buildbucket/luci.chromium.ci/linux-wpt-fyi-rel" name: "buildbucket/luci.chromium.ci/linux-wpt-fyi-rel"
category: "linux" category: "linux"
> >
builders: <
name: "buildbucket/luci.chromium.ci/Leak Detection Linux"
category: "linux"
short_name: "lk"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/Mojo Android" name: "buildbucket/luci.chromium.ci/Mojo Android"
category: "mojo" category: "mojo"
...@@ -6832,11 +6837,6 @@ consoles: < ...@@ -6832,11 +6837,6 @@ consoles: <
category: "release" category: "release"
short_name: "det" short_name: "det"
> >
builders: <
name: "buildbucket/luci.chromium.ci/Leak Detection Linux"
category: "release"
short_name: "lk"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/linux-ozone-rel" name: "buildbucket/luci.chromium.ci/linux-ozone-rel"
category: "release" category: "release"
...@@ -10542,11 +10542,6 @@ consoles: < ...@@ -10542,11 +10542,6 @@ consoles: <
category: "chromium.linux|release" category: "chromium.linux|release"
short_name: "det" short_name: "det"
> >
builders: <
name: "buildbucket/luci.chromium.ci/Leak Detection Linux"
category: "chromium.linux|release"
short_name: "lk"
>
builders: < builders: <
name: "buildbucket/luci.chromium.ci/linux-ozone-rel" name: "buildbucket/luci.chromium.ci/linux-ozone-rel"
category: "chromium.linux|release" category: "chromium.linux|release"
......
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