From 545bc596b26dc5728dc068899654c613fa00a252 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 5 Dec 2017 23:39:30 +0000 Subject: [PATCH] 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 --- dashboard/builders.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/builders.go b/dashboard/builders.go index 98ec282e13..f17998de52 100644 --- a/dashboard/builders.go +++ b/dashboard/builders.go @@ -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{