Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(315)

Issue 135520043: code review 135520043: coordinator: add support for different build dashboards (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 10 months ago by cmang
Modified:
10 years, 9 months ago
Reviewers:
bradfitz
CC:
adg, golang-codereviews, proppy
Visibility:
Public.

Description

coordinator: add support for different build dashboards

Patch Set 1 #

Patch Set 2 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 3 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 4 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 5 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 6 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 7 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Total comments: 8

Patch Set 8 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 9 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Total comments: 4

Patch Set 10 : diff -r f5c519ae18a411e43708bf19878aafeac2cae478 https://code.google.com/p/go.tools #

Patch Set 11 : diff -r 5001f42c2fca8e164078a77e6326f176f900813c https://code.google.com/p/go.tools #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -13 lines) Patch
M dashboard/coordinator/main.go View 1 2 3 4 5 6 7 8 9 8 chunks +38 lines, -13 lines 2 comments Download

Messages

Total messages: 8
cmang
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
bradfitz
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: maxBuilds = flag.Int("maxbuilds", 7, "Max concurrent builds") don't change ...
10 years, 10 months ago (2014-09-05 20:11:41 UTC) #2
cmang
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
bradfitz
LGTM but see comments https://codereview.appspot.com/135520043/diff/160001/dashboard/coordinator/main.go File dashboard/coordinator/main.go (right): https://codereview.appspot.com/135520043/diff/160001/dashboard/coordinator/main.go#newcode282 dashboard/coordinator/main.go:282: c.cmdTimeout = 10 * time.Minute ...
10 years, 10 months ago (2014-09-06 20:06:28 UTC) #4
cmang
https://codereview.appspot.com/135520043/diff/160001/dashboard/coordinator/main.go File dashboard/coordinator/main.go (right): https://codereview.appspot.com/135520043/diff/160001/dashboard/coordinator/main.go#newcode282 dashboard/coordinator/main.go:282: c.cmdTimeout = 10 * time.Minute On 2014/09/06 20:06:28, bradfitz ...
10 years, 10 months ago (2014-09-09 17:52:25 UTC) #5
cmang
*** 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
bradfitz
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
cmang
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.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b