Hello bradfitz@golang.org (cc: adg@golang.org, golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.tools
10 years, 10 months ago
(2014-09-05 20:03:47 UTC)
#1
I'm currently testing this for gccgo builds on http://146.148.43.39/. https://codereview.appspot.com/135520043/diff/120001/dashboard/coordinator/main.go File dashboard/coordinator/main.go (right): https://codereview.appspot.com/135520043/diff/120001/dashboard/coordinator/main.go#newcode29 dashboard/coordinator/main.go:29: ...
10 years, 10 months ago
(2014-09-05 20:46:36 UTC)
#3
*** Submitted as https://code.google.com/p/go/source/detail?r=ee9a08c5c954&repo=tools *** coordinator: add support for different build dashboards LGTM=bradfitz R=bradfitz CC=adg, ...
10 years, 10 months ago
(2014-09-09 17:54:14 UTC)
#6
Chris, https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/main.go File dashboard/coordinator/main.go (right): https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/main.go#newcode277 dashboard/coordinator/main.go:277: "-buildroot=/"+conf.tool, what was the point of this line? ...
10 years, 9 months ago
(2014-09-26 14:47:14 UTC)
#7
https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/main.go File dashboard/coordinator/main.go (right): https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/main.go#newcode277 dashboard/coordinator/main.go:277: "-buildroot=/"+conf.tool, On 2014/09/26 14:47:14, bradfitz wrote: > what was ...
10 years, 9 months ago
(2014-09-26 17:09:39 UTC)
#8
Message was sent while issue was closed.
https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/ma...
File dashboard/coordinator/main.go (right):
https://codereview.appspot.com/135520043/diff/200001/dashboard/coordinator/ma...
dashboard/coordinator/main.go:277: "-buildroot=/"+conf.tool,
On 2014/09/26 14:47:14, bradfitz wrote:
> what was the point of this line? This broke the "hg clone" avoidance
> optimization, where the docker images already have a fairly-recent hg clone in
> them (at "/" + "goroot"), so now instead of just "hg pull" it has to do an "hg
> clone" too.
I added this because I thought the coordinator might run a go and gccgo build on
the same docker image. This would break the builder as it would use the goroot
respository for the wrong tool. This isn't a problem with the way coordinator
initiates builds, though.
Issue 135520043: code review 135520043: coordinator: add support for different build dashboards
(Closed)
Created 10 years, 10 months ago by cmang
Modified 10 years, 9 months ago
Reviewers: bradfitz
Base URL:
Comments: 14