зеркало из https://github.com/golang/build.git
dashboard: add openbsd-arm-jsing builder
This will allow the openbsd-arm builder to be migrated to a buildlet. Change-Id: If38788daf2d1e7f237ebdcce384a098e08bffb0b Reviewed-on: https://go-review.googlesource.com/c/build/+/192598 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Родитель
c0a862ac00
Коммит
23861f9900
|
@ -259,6 +259,12 @@ var Hosts = map[string]*HostConfig{
|
|||
Notes: "OpenBSD 6.4; GCE VM is built from script in build/env/openbsd-386",
|
||||
SSHUsername: "gopher",
|
||||
},
|
||||
"host-openbsd-arm-joelsing": &HostConfig{
|
||||
IsReverse: true,
|
||||
ExpectNum: 1,
|
||||
env: []string{"GOROOT_BOOTSTRAP=/usr/local/go"},
|
||||
OwnerGithub: "4a6f656c",
|
||||
},
|
||||
"host-freebsd-93-gce": &HostConfig{
|
||||
VMImage: "freebsd-amd64-gce93",
|
||||
machineType: "n1-highcpu-4",
|
||||
|
@ -1883,6 +1889,17 @@ func init() {
|
|||
shouldRunDistTest: noTestDir,
|
||||
MaxAtOnce: 1,
|
||||
})
|
||||
addBuilder(BuildConfig{
|
||||
Name: "openbsd-arm-jsing",
|
||||
HostType: "host-openbsd-arm-joelsing",
|
||||
shouldRunDistTest: noTestDir,
|
||||
MaxAtOnce: 1,
|
||||
tryBot: nil,
|
||||
env: []string{
|
||||
// The machine is slow.
|
||||
"GO_TEST_TIMEOUT_SCALE=5",
|
||||
},
|
||||
})
|
||||
netBSDDistTestPolicy := func(distTest string, isTry bool) bool {
|
||||
// Skip the test directory (slow, and adequately
|
||||
// covered by other builders), and skip the "reboot"
|
||||
|
|
Загрузка…
Ссылка в новой задаче