We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
golang/build@46d9b00
No branches or pull requests
Currently the reverse pool buildlets say at http://farmer.golang.org/ :
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
The text was updated successfully, but these errors were encountered: