Skip to content

Commit ba4c22e

Browse files
dmitshurgopherbot
authored andcommitted
internal/migration: stop running more builders
We've considered porting these builders but decided not to at this time. We have a standard Debian builder in many run-mod variations, and a Sid builder which aims to use a newer Linux kernel version. If we encounter compelling motivation to have more per-distro builders, we will revisit this. Stop the legacy builders now. Also mark windows-arm-zx2c4 as something that's not going to be ported, as the windows/arm port is slated for removal. For golang/go#60468. For golang/go#67761. Change-Id: I595ff2df382130f6eaeca8f1a163f4939fc4873e Reviewed-on: https://go-review.googlesource.com/c/build/+/672216 Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent e37d543 commit ba4c22e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/migration/migration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ var BuildersPortedToLUCI = map[string]bool{
3737

3838
// Linux builders (just those covering first-class ports).
3939
"linux-386": true, "linux-386-bullseye": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386.
40+
"linux-386-buster": true, // Intentionally chosen not to keep running in LUCI at this time. Deemed as ported so it can be stopped.
4041
"linux-386-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386-longtest.
4142
"linux-386-clang": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386-clang15 (a newer clang, but we won't be adding exactly -clang7 to LUCI by now).
4243
"linux-386-sid": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386_debiansid.
4344
"linux-386-softfloat": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386-softfloat.
4445
"linux-arm-aws": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-arm.
4546
"linux-amd64": true, "linux-amd64-bullseye": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64.
47+
"linux-amd64-alpine": true, // Intentionally chosen not to keep running in LUCI at this time. Deemed as ported so it can be stopped.
48+
"linux-amd64-buster": true, // Intentionally chosen not to keep running in LUCI at this time. Deemed as ported so it can be stopped.
4649
"linux-amd64-bookworm": true, // Available (in a GOARCH=arm64 variant) as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-arm64.
50+
"linux-amd64-fedora": true, // Intentionally chosen not to keep running in LUCI at this time. Deemed as ported so it can be stopped.
4751
"linux-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-longtest.
4852
"linux-amd64-perf": true, // Available in the form of multiple linux-amd64_…-perf_vs_… LUCI builders.
4953
"linux-amd64-race": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-race.
@@ -68,6 +72,7 @@ var BuildersPortedToLUCI = map[string]bool{
6872
"windows-amd64-2016": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-amd64.
6973
"windows-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-amd64-longtest.
7074
"windows-amd64-race": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-amd64-race.
75+
"windows-arm-zx2c4": true, // Intentionally chosen not to keep running in LUCI at this time. Deemed as ported so it can be stopped.
7176
"windows-arm64-11": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-arm64.
7277

7378
"linux-riscv64-jsing": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-riscv64.

0 commit comments

Comments
 (0)