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: coordinator should have status page of last-seen buildlet versions #10722

Closed
bradfitz opened this issue May 6, 2015 · 1 comment
Closed
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Milestone

Comments

@bradfitz
Copy link
Contributor

bradfitz commented May 6, 2015

For debugging whether all buildlets are running the latest versions, it would be nice if we could go to some new debug URL, like:

http://farmer.golang.org/buildlets

And see for each GOOS-GOARCH, the last-seen buildlet version number.

For each build, the buildlet could include its GOOS-GOARCH, build-date, go rev, x/build rev, in some HTTP response header, or in its existing /status JSON reply, and then the buildlet could add it to a global map guarded by some new (or existing statusMu) mutex.

Then we'd be able to quickly debug that a buildlet is out of date.

/cc @crawshaw @adg

@ianlancetaylor ianlancetaylor added this to the Unreleased milestone Jun 3, 2015
@rsc rsc added the Builders x/build issues (builders, bots, dashboards) label Jun 11, 2015
@bradfitz
Copy link
Contributor Author

This shows up on the reverse buildlet status nowadays, which I use periodically. No need for specialized page.

@golang golang locked and limited conversation to collaborators Apr 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

4 participants