Skip to content

Commit

Permalink
Remove legacy flakiness dashboard from build page
Browse files Browse the repository at this point in the history
The flakiness dashboard is deprecated in favor of LUCI Analysis.

Change-Id: I1bda1c32d501726c2c9d1fc3d469c2d0183d6af3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4006694
Commit-Queue: Erik Staab <estaab@chromium.org>
Reviewed-by: Stephanie Kim <kimstephanie@google.com>
Cr-Commit-Position: refs/heads/main@{#1067597}
  • Loading branch information
Erik Staab authored and Chromium LUCI CQ committed Nov 4, 2022
1 parent 1a43823 commit 7475469
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 186 deletions.
6 changes: 0 additions & 6 deletions infra/config/console-header.star
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ HEADER = headers.header(
url = "https://luci-analysis.appspot.com",
alt = "New flake portal",
),
headers.link(
text = "legacy-flakiness",
branch_selector = branches.ALL_BRANCHES,
url = "https://test-results.appspot.com/dashboards/flakiness_dashboard.html",
alt = "Legacy flakiness dashboard",
),
],
),
headers.link_group(
Expand Down
5 changes: 0 additions & 5 deletions infra/config/dev/chromium-header.textpb
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ links: {
url: "https://luci-analysis.appspot.com"
alt: "New flake portal"
}
links {
text: "legacy-flakiness"
url: "https://test-results.appspot.com/dashboards/flakiness_dashboard.html"
alt: "Legacy flakiness dashboard"
}
}

links: {
Expand Down
5 changes: 0 additions & 5 deletions infra/config/generated/luci/luci-milo-dev.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ consoles {
url: "https://luci-analysis.appspot.com"
alt: "New flake portal"
}
links {
text: "legacy-flakiness"
url: "https://test-results.appspot.com/dashboards/flakiness_dashboard.html"
alt: "Legacy flakiness dashboard"
}
}
links {
name: "Chromium"
Expand Down

0 comments on commit 7475469

Please sign in to comment.