-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: build.golang.org failing to populate results for non-default repos with ?mode=json #35515
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
bcmills
added
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Builders
x/build issues (builders, bots, dashboards)
and removed
Builders
x/build issues (builders, bots, dashboards)
labels
Nov 11, 2019
|
This was referenced Feb 20, 2020
Change https://golang.org/cl/232897 mentions this issue: |
Change https://golang.org/cl/232898 mentions this issue: |
gopherbot
pushed a commit
to golang/build
that referenced
this issue
May 18, 2020
The repo flag for fetchlogs is not currently that useful because it queries the main Go dashboard data, which only has a few commits for each subrepo. This was probably because the data at https://build.golang.org/?repo=<import path>&mode=json was incorrect due to golang/go#35515. With golang.org/cl/232897, this data should be corrected. Update fetchlogs to now query data from the subrepo dashboard. Change-Id: I352662abf7da6abb7bc23888b11e03927f567cab Reviewed-on: https://go-review.googlesource.com/c/build/+/232898 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
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
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
I'm trying to adapt
x/build/cmd/fetchlogs
to produce useful results for repos other that the maingo
repo, fetching from URLs like https://build.golang.org/?repo=golang.org%2fx%2fcrypto&mode=json.Unfortunately, with
?mode=json
theresults
field seems to be full of empty strings for every revision:CC @bradfitz @cagedmantis @toothrot @dmitshur
The text was updated successfully, but these errors were encountered: