Skip to content

Commit

Permalink
internal/migration: mark darwin-amd64-race as ported to LUCI
Browse files Browse the repository at this point in the history
Thanks to Michael, this done as of CL 588939.

For golang/go#65913.
For golang/go#60440.

Change-Id: I0596549d90a449a114cb3451e8d775ea31132cb3
Reviewed-on: https://go-review.googlesource.com/c/build/+/589658
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Michael Knyszek <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Jun 3, 2024
1 parent b70af65 commit 69093f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var BuildersPortedToLUCI = map[string]bool{
"darwin-amd64-13": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-amd64_13.
"darwin-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-amd64-longtest.
"darwin-amd64-nocgo": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-amd64-nocgo.
"darwin-amd64-race": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-amd64-race.
"darwin-arm64-11": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-arm64_11.
"darwin-arm64-12": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-darwin-arm64_12.

Expand Down

0 comments on commit 69093f3

Please sign in to comment.