Skip to content

Commit

Permalink
internal/migration: stop running plan9/{386,arm} builders
Browse files Browse the repository at this point in the history
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 <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
dmitshur authored and gopherbot committed Nov 22, 2024
1 parent 2f2bd00 commit 2921ab6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ var BuildersPortedToLUCI = map[string]bool{

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

"plan9-386": true, "plan9-386-0intro": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-386.
"plan9-arm": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-plan9-arm.

// WebAssembly builders.
"js-wasm-node18": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-js-wasm.
"wasip1-wasm-wasmedge": true, // Would be 'wasip1-wasm_wasmedge' but put off until go.dev/issue/60097 picks up activity.
Expand Down

0 comments on commit 2921ab6

Please sign in to comment.