Skip to content

Commit 2921ab6

Browse files
dmitshurgopherbot
authored andcommitted
internal/migration: stop running plan9/{386,arm} builders
These builders have been migrated to LUCI. For golang/go#67761. Change-Id: I5a1672f42db2f873c94e87aa14f18ec85de92cf5 Reviewed-on: https://go-review.googlesource.com/c/build/+/607656 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 2f2bd00 commit 2921ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/migration/migration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ var BuildersPortedToLUCI = map[string]bool{
8484

8585
"solaris-amd64-oraclerel": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-solaris-amd64.
8686

87+
"plan9-386": true, "plan9-386-0intro": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-386.
88+
"plan9-arm": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-arm.
89+
8790
// WebAssembly builders.
8891
"js-wasm-node18": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-js-wasm.
8992
"wasip1-wasm-wasmedge": true, // Would be 'wasip1-wasm_wasmedge' but put off until go.dev/issue/60097 picks up activity.

0 commit comments

Comments
 (0)