Skip to content

Commit 0baac96

Browse files
committed
dashboard: make darwin-amd64-aws race builder actually run race
race builders must have a name ending in -race. Switch the name to match that rule. For golang/go#48945. Change-Id: I69caf2e4d2e059a666d14dfe325a275e467488de Reviewed-on: https://go-review.googlesource.com/c/build/+/432859 Run-TryBot: Michael Pratt <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent b38f7be commit 0baac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ func init() {
23732373
buildsRepo: onlyGo,
23742374
})
23752375
addBuilder(BuildConfig{
2376-
Name: "darwin-amd64-race-aws",
2376+
Name: "darwin-amd64-aws-race",
23772377
HostType: "host-darwin-amd64-12-aws",
23782378
distTestAdjust: macTestPolicy,
23792379
buildsRepo: onlyGo,

0 commit comments

Comments
 (0)