Skip to content

Commit 34e7844

Browse files
jamalcgopherbot
authored andcommitted
Revert "dashboard: limit telemetry builders"
This reverts commit e0d0a82. Reason for revert: We want to keep all builders active for x/telemetry. We can add workarounds instead. Change-Id: Ib3bed9de818c6424f4d62bc0b00aa8e7a1776b6d Reviewed-on: https://go-review.googlesource.com/c/build/+/495936 Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Jamal Carvalho <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Jamal Carvalho <[email protected]>
1 parent e0d0a82 commit 34e7844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard/builders.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ var (
12941294
// we only run them on servers and don't need to test the
12951295
// many different architectures that Go supports (like ios).
12961296
func linuxAmd64Repos(repo, branch, goBranch string) bool {
1297-
if repo == "pkgsite-metrics" || repo == "telemetry" {
1297+
if repo == "pkgsite-metrics" {
12981298
return atLeastGo1(goBranch, 20)
12991299
}
13001300
return true
@@ -3469,7 +3469,7 @@ func onlyMasterDefault(repo, branch, goBranch string) bool {
34693469
// both filesystem-intensive and unlikely to be relevant to plan9 users.
34703470
func plan9Default(repo, branch, goBranch string) bool {
34713471
switch repo {
3472-
case "benchmarks", "telemetry":
3472+
case "benchmarks":
34733473
// Failure to build because of a dependency not supported on plan9.
34743474
return false
34753475
case "review":

0 commit comments

Comments
 (0)