зеркало из https://github.com/golang/build.git
dashboard, cmd/racebuild: promote NetBSD 9.3 as the primary builder version
This change removed the known issue from the NetBSD 9.3 builders. It also promotes 9.3 to be the primary version of NetBSD used in the build infrastructure. Updates golang/go#54773 Change-Id: If8b8aa89edb9ed8be564149ea728715b4a7b1085 Reviewed-on: https://go-review.googlesource.com/c/build/+/450715 Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Jenny Rakoczy <jenny@golang.org> Reviewed-by: Benny Siegert <bsiegert@gmail.com>
This commit is contained in:
Родитель
036509dbe4
Коммит
e1e518fdab
|
@ -214,7 +214,7 @@ cp llvm-project/compiler-rt/lib/tsan/go/race_linux_arm64.syso go/src/runtime/rac
|
|||
&Platform{
|
||||
OS: "netbsd",
|
||||
Arch: "amd64",
|
||||
Type: "netbsd-amd64-9_0",
|
||||
Type: "netbsd-amd64-9_3",
|
||||
Script: `#!/usr/bin/env bash
|
||||
set -e
|
||||
git clone https://go.googlesource.com/go
|
||||
|
|
|
@ -72,9 +72,9 @@ var slowBotAliases = map[string]string{
|
|||
"mips64": "linux-mips64-rtrk",
|
||||
"mips64le": "linux-mips64le-rtrk",
|
||||
"mipsle": "linux-mipsle-rtrk",
|
||||
"netbsd": "netbsd-amd64-9_0",
|
||||
"netbsd-386": "netbsd-386-9_0",
|
||||
"netbsd-amd64": "netbsd-amd64-9_0",
|
||||
"netbsd": "netbsd-amd64-9_3",
|
||||
"netbsd-386": "netbsd-386-9_3",
|
||||
"netbsd-amd64": "netbsd-amd64-9_3",
|
||||
"netbsd-arm": "netbsd-arm-bsiegert",
|
||||
"netbsd-arm64": "netbsd-arm64-bsiegert",
|
||||
"nocgo": "linux-amd64-nocgo",
|
||||
|
@ -2089,20 +2089,18 @@ func init() {
|
|||
Name: "netbsd-386-9_3",
|
||||
HostType: "host-netbsd-386-9_3",
|
||||
distTestAdjust: noTestDirAndNoReboot,
|
||||
KnownIssues: []int{54773},
|
||||
})
|
||||
addBuilder(BuildConfig{
|
||||
Name: "netbsd-amd64-9_0",
|
||||
HostType: "host-netbsd-amd64-9_0",
|
||||
distTestAdjust: noTestDirAndNoReboot,
|
||||
tryBot: explicitTrySet("sys"),
|
||||
KnownIssues: []int{50138},
|
||||
})
|
||||
addBuilder(BuildConfig{
|
||||
Name: "netbsd-amd64-9_3",
|
||||
HostType: "host-netbsd-amd64-9_3",
|
||||
distTestAdjust: noTestDirAndNoReboot,
|
||||
KnownIssues: []int{54773},
|
||||
tryBot: explicitTrySet("sys"),
|
||||
})
|
||||
addBuilder(BuildConfig{
|
||||
Name: "netbsd-arm-bsiegert",
|
||||
|
|
|
@ -220,7 +220,7 @@ func TestTrybots(t *testing.T) {
|
|||
"linux-amd64-race",
|
||||
"linux-arm-aws",
|
||||
"linux-arm64-aws",
|
||||
"netbsd-amd64-9_0",
|
||||
"netbsd-amd64-9_3",
|
||||
"openbsd-386-70",
|
||||
"openbsd-amd64-70",
|
||||
"windows-386-2008",
|
||||
|
@ -431,11 +431,11 @@ func TestBuilderConfig(t *testing.T) {
|
|||
{b("freebsd-386-12_3", "mobile"), none},
|
||||
|
||||
// NetBSD
|
||||
{b("netbsd-amd64-9_0", "go"), onlyPost},
|
||||
{b("netbsd-amd64-9_0", "net"), onlyPost},
|
||||
{b("netbsd-amd64-9_0", "sys"), both},
|
||||
{b("netbsd-386-9_0", "go"), onlyPost},
|
||||
{b("netbsd-386-9_0", "net"), onlyPost},
|
||||
{b("netbsd-amd64-9_3", "go"), onlyPost},
|
||||
{b("netbsd-amd64-9_3", "net"), onlyPost},
|
||||
{b("netbsd-amd64-9_3", "sys"), both},
|
||||
{b("netbsd-386-9_3", "go"), onlyPost},
|
||||
{b("netbsd-386-9_3", "net"), onlyPost},
|
||||
|
||||
// AIX
|
||||
{b("aix-ppc64", "go"), onlyPost},
|
||||
|
|
Загрузка…
Ссылка в новой задаче