From b49c8b94de87f4d1fbc57ff3f4d44910f0bbf89e Mon Sep 17 00:00:00 2001 From: mpl Date: Fri, 21 Aug 2015 18:57:00 +0200 Subject: [PATCH] buildbot: switch to Go 1.5 Change-Id: I1b97aa44157064a64baec8f2d3f22376c9438d21 --- misc/buildbot/README | 4 ++++ misc/buildbot/builder/builder.go | 2 +- misc/buildbot/master/master.go | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/misc/buildbot/README b/misc/buildbot/README index 5289db6db..139d5db49 100644 --- a/misc/buildbot/README +++ b/misc/buildbot/README @@ -1,3 +1,7 @@ +# before doing anything: + +export GO15VENDOREXPERIMENT=1 + Running: mkdir ~/buildbot diff --git a/misc/buildbot/builder/builder.go b/misc/buildbot/builder/builder.go index 9570e8a7c..4478a7173 100644 --- a/misc/buildbot/builder/builder.go +++ b/misc/buildbot/builder/builder.go @@ -54,7 +54,7 @@ const ( warmup = 30 * time.Second // duration before we test if devcam server has started properly camlistoredTimeOut = time.Minute // how long we try to dial camlistored after warmup go1BaseURL = "https://storage.googleapis.com/golang/" - go1Tarball = "go1.4.1.linux-amd64.tar.gz" + go1Tarball = "go1.5.linux-amd64.tar.gz" go1URL = go1BaseURL + go1Tarball ) diff --git a/misc/buildbot/master/master.go b/misc/buildbot/master/master.go index d37e34d95..c72218985 100644 --- a/misc/buildbot/master/master.go +++ b/misc/buildbot/master/master.go @@ -1182,7 +1182,7 @@ var statusHTML = ` {{$report.OSArch}} Go tip hash Camli HEAD hash - Go1.4.1 + Go1.5 Gotip {{if $report.Progress}} @@ -1246,7 +1246,7 @@ var testSuiteHTML = ` {{range $ts := .BiTs}} {{if $ts}} -

Testsuite for {{if $ts.IsTip}}Go tip{{else}}Go 1.4.1{{end}} at {{$ts.Start}}

+

Testsuite for {{if $ts.IsTip}}Go tip{{else}}Go 1.5{{end}} at {{$ts.Start}}