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/cmd/gomote: list subcommand does not work #20151

Closed
josharian opened this issue Apr 27, 2017 · 3 comments
Closed

x/build/cmd/gomote: list subcommand does not work #20151

josharian opened this issue Apr 27, 2017 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) Documentation FrozenDueToAge
Milestone

Comments

@josharian
Copy link
Contributor

gomote list returns successfully but with no results. The call to /buildlet/list is getting a 200 OK with body of [] (empty json array). At rev 3aa399bf508e849ab953e8fed179aedd600c9f0e (Wed Apr 26 2017 22:51:10 GMT-0700 (PDT)).

Who do I cc for this? @bradfitz @adams-sarah @quentinmit maybe?

Short of fixing this, where should I look for a static list of builders? I'm (still) trying to reproduce #20144 and thinking maybe I need a linux box for it...

@josharian josharian added the Builders x/build issues (builders, bots, dashboards) label Apr 27, 2017
@josharian josharian added this to the Unreleased milestone Apr 27, 2017
@bradfitz
Copy link
Contributor

gomote list lists your current alive buildlet instances. I guess the docs suck.

Run gomote create with no argument to get a list of buildlets.

Once you create one, it'll then appear in gomote list

@josharian
Copy link
Contributor Author

Oh yeah, that's a docs problem. Ok, I'll fix that somewhere/somehow.

@gopherbot
Copy link

CL https://golang.org/cl/42250 mentions this issue.

kevinburke pushed a commit to kevinburke/build that referenced this issue May 2, 2017
Fixes golang/go#20151

Change-Id: I2933b8d3d00b8765a1b5c7505e71d901c88e4008
Reviewed-on: https://go-review.googlesource.com/42250
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
@golang golang locked and limited conversation to collaborators May 1, 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) Documentation FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants