Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builders: dashboard should return all work items for a builder #9493

Closed
bradfitz opened this issue Jan 3, 2015 · 1 comment
Closed

builders: dashboard should return all work items for a builder #9493

bradfitz opened this issue Jan 3, 2015 · 1 comment

Comments

@bradfitz
Copy link
Contributor

bradfitz commented Jan 3, 2015

With the new VM-based builders in #9492 (which we'll also be using for Docker-based builds going forward), we can easily scale from idle to hundreds of VMs in no time.

It'd be nice if the dashboard could return all builds that need to be done for a given build key.

For instance, the openbsd-amd64-gce56 builder is currently catching up from zero at 1 build every ~15 minutes. There's no reason they couldn't all be going at once right now. It would also help when there's an rsc submit storm.

Even better would be one dashboard URL to return all items that need to be done for the current page, across all build types, so I don't need to poll N URLs.

Assigning to @adg, but maybe @minux is interested too.

I can do the coordinator side. I'd just rather somebody else do the build dashboard app side.

@bradfitz
Copy link
Contributor Author

bradfitz commented Jan 5, 2015

Per discussion with @adg, I'm going to add http://build.golang.org/?mode=json (similar to http://build.golang.org/?mode=failures, but json, and including everything, not just failures).

@bradfitz bradfitz assigned bradfitz and unassigned adg Jan 5, 2015
bradfitz added a commit to golang/build that referenced this issue Jan 21, 2015
Fixes golang/go#9493

Change-Id: I4891abf530901c620c2923e9f2d3e3227dd7ced9
Reviewed-on: https://go-review.googlesource.com/2290
Reviewed-by: Andrew Gerrand <[email protected]>
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants