You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: internal/migration/migration.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,17 @@ var BuildersPortedToLUCI = map[string]bool{
37
37
38
38
// Linux builders (just those covering first-class ports).
39
39
"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.
40
41
"linux-386-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386-longtest.
41
42
"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).
42
43
"linux-386-sid": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386_debiansid.
43
44
"linux-386-softfloat": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-386-softfloat.
44
45
"linux-arm-aws": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-arm.
45
46
"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.
46
49
"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.
47
51
"linux-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-amd64-longtest.
48
52
"linux-amd64-perf": true, // Available in the form of multiple linux-amd64_…-perf_vs_… LUCI builders.
49
53
"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{
68
72
"windows-amd64-2016": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-amd64.
69
73
"windows-amd64-longtest": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-amd64-longtest.
70
74
"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.
71
76
"windows-arm64-11": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-windows-arm64.
72
77
73
78
"linux-riscv64-jsing": true, // Available as https://ci.chromium.org/p/golang/builders/ci/gotip-linux-riscv64.
0 commit comments