dashboard: clean up builders affected by memory corruption
Remove freebsd 12.2, which is replaced by 12.3 with the XSAVE fix.
Move freebsd 11.* to N2 machines, which are not affected.
Remove openbsd and netbsd e2/n1/n2/n2d-specific configurations now that
we have mostly understood the nature of that problem. Keep one around so
that the runtime team can create gomotes. Move the "official" builder to
the n2 cpu that works.
For golang/go#49967, golang/go#49209, golang/go#40561.
Fixes golang/go#50496.
Change-Id: If6989317f06cbec95d5addb19d9e968aecfa3f8a
Reviewed-on: https://go-review.googlesource.com/c/build/+/377474
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/cmd/release/release.go b/cmd/release/release.go
index 004aecb..3a4194d 100644
--- a/cmd/release/release.go
+++ b/cmd/release/release.go
@@ -177,14 +177,14 @@
GoQuery: ">= go1.18beta1", // See #40561.
OS: "freebsd",
Arch: "386",
- Builder: "freebsd-386-12_2",
+ Builder: "freebsd-386-12_3",
},
{
GoQuery: ">= go1.18beta1", // See #40561.
OS: "freebsd",
Arch: "amd64",
Race: true,
- Builder: "freebsd-amd64-12_2",
+ Builder: "freebsd-amd64-12_3",
},
{
GoQuery: ">= go1.17beta1 && < go1.18beta1", // See #45727.