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

x/build: reverse pool status should have be of form me+other/total #10723

Closed
bradfitz opened this issue May 6, 2015 · 0 comments
Closed

x/build: reverse pool status should have be of form me+other/total #10723

bradfitz opened this issue May 6, 2015 · 0 comments

Comments

@bradfitz
Copy link
Contributor

bradfitz commented May 6, 2015

Currently the reverse pool buildlets say at http://farmer.golang.org/ :

darwin-amd64-10_10: 2/4
darwin-arm-a5ios: 1/1
darwin-arm64-a7ios: 1/1

But that's a little confusing, because you can't tell the difference between an iPhone building, vs an OS X amd64 build running.

I think instead of just "N/M" it should be "N+O/M":

(builds-of-this-type)+(builds-of-other-type-on-same-hardware)/(hardware-count)

Aside: it should also be doing darwin-386-10_10.

/cc @adg

@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