Skip to content

Commit 0807931

Browse files
dmitshurgopherbot
authored andcommitted
dashboard: stop running Linux perf builder
The performance testing builders have been migrated to LUCI. For golang/go#67761. Change-Id: Ib6816c5f58f7cfd59b340827f07d2a87830b42bb Reviewed-on: https://go-review.googlesource.com/c/build/+/596155 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent f780df9 commit 0807931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/migration/migration.go

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ var BuildersPortedToLUCI = map[string]bool{
3939
"linux-arm-aws": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-arm.
4040
"linux-amd64": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64.
4141
"linux-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-longtest.
42+
"linux-amd64-perf": true, // Available in the form of multiple linux-amd64_…-perf_vs_… LUCI builders.
4243
"linux-amd64-race": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-race.
4344
"linux-amd64-longtest-race": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-longtest-race.
4445
"linux-amd64-racecompile": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-racecompile.

0 commit comments

Comments
 (0)