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}}