Skip to content

Commit

Permalink
Remove chromium bots, we don't watch them anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Oct 2, 2023
1 parent 5a2028f commit b586eaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dashboard/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ var (
bots = []struct {
name, url string
}{
{"Chromium", ""},
{"(FYI) Clang Linux ToT", "https://ci.chromium.org/p/chromium/builders/ci/ToTLinux"},
{"Sanitizers", ""},
{"windows", "http://lab.llvm.org/buildbot/api/v2/builders/sanitizer-windows"},
{"x86_64-linux", "http://lab.llvm.org/buildbot/api/v2/builders/sanitizer-x86_64-linux"},
Expand All @@ -41,9 +39,6 @@ var (
{"LibFuzzer", ""},
{"x86_64-linux-fuzzer", "http://lab.llvm.org/buildbot/api/v2/builders/sanitizer-x86_64-linux-fuzzer"},
{"aarch64-linux-fuzzer", "http://lab.llvm.org/buildbot/api/v2/builders/sanitizer-aarch64-linux-fuzzer"},
{"chromium-asan", "https://ci.chromium.org/p/chromium/builders/ci/Libfuzzer%20Upload%20Linux%20ASan"},
{"chromium-msan", "https://ci.chromium.org/p/chromium/builders/ci/Libfuzzer%20Upload%20Linux%20MSan"},
{"chromium-ubsan", "https://ci.chromium.org/p/chromium/builders/ci/Libfuzzer%20Upload%20Linux%20UBSan"},
}
)

Expand Down

0 comments on commit b586eaf

Please sign in to comment.