dashboard: re-disable netbsd/386 builder until binary packages are built

Also update the bootstrap toolchain (verified in VMware VM locally).

Updates golang/go#20852

Change-Id: Iac875419ed8dc51fb9db09d8948067f24c601e17
Reviewed-on: https://go-review.googlesource.com/82018
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
Brad Fitzpatrick 2017-12-05 23:39:30 +00:00
Родитель 1a48e8779e
Коммит 545bc596b2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -173,7 +173,7 @@ var Hosts = map[string]*HostConfig{
Notes: "NetBSD 8.? from the netbsd-8 branch; GCE VM is built from script in build/env/netbsd-386",
machineType: "n1-highcpu-4",
buildletURLTmpl: "http://storage.googleapis.com/$BUCKET/buildlet.netbsd-386",
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386.tar.gz",
goBootstrapURLTmpl: "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz",
SSHUsername: "gopher",
},
"host-dragonfly-amd64-tdfbsd": &HostConfig{
@ -1112,7 +1112,7 @@ func init() {
Name: "netbsd-386-8branch",
HostType: "host-netbsd-386-8branch",
MaxAtOnce: 1,
TryOnly: false, // disabled until networking works; https://github.com/golang/go/issues/20852#issuecomment-348373687
TryOnly: true, // disabled until binary packages are available; https://github.com/golang/go/issues/20852#issuecomment-349409393
TryBot: false,
})
addBuilder(BuildConfig{