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/coordinator: build dashboard for subrepos is confusing #28643

Closed
matloob opened this issue Nov 7, 2018 · 7 comments
Closed

x/build/cmd/coordinator: build dashboard for subrepos is confusing #28643

matloob opened this issue Nov 7, 2018 · 7 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@matloob
Copy link
Contributor

matloob commented Nov 7, 2018

cc @dmitshur

The build dashboard for subrepos is a bit hard to read. The the go distribution that's tested against is given as a commit hash, which is sometimes useful but most of the time I care about which version of Go is tested against especially since multiple versions of Go appear in the dashboard.

It's a little hard to tell which version of Go is tested against which version of the subrepo. It might be helpful to combine the rows for a given version of the subrepo.

@gopherbot gopherbot added this to the Unreleased milestone Nov 7, 2018
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Nov 7, 2018
@dmitshur dmitshur self-assigned this Nov 8, 2018
@bradfitz
Copy link
Contributor

bradfitz commented Nov 8, 2018

Which page are you talking about?

This one? https://build.golang.org/?repo=golang.org%2fx%2ftools

@dmitshur
Copy link
Contributor

dmitshur commented Nov 8, 2018

@bradfitz Yes, that's the page Michael was referring to.

@matloob
Copy link
Contributor Author

matloob commented Nov 8, 2018 via email

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/244137 mentions this issue: app/appengine: stop hiding some tested configurations for x repos

gopherbot pushed a commit to golang/build that referenced this issue Jul 22, 2020
The build dashboard can be used to view builds for the main Go repo
and other golang.org/x repos. The isUntested invocation was invalid
for repos other than the main one, which was causing results for some
tested configurations to become hidden (incorrectly replaced by '•').

Larger changes are needed before there's sufficient data to compute
the GoBranch value for all repos reliably, so for now, just update
the isUntested invocation to apply only for the main repo.

This prioritizes the ability to view test results over the ability
to see that some builds are intentionally missing because they are
configured not to run. Doing both is a part of future work.

For golang/go#40290.
For golang/go#34744.
For golang/go#28643.

Change-Id: Id43cb47abacb1036f578efbb8232ae17ad40eca9
Reviewed-on: https://go-review.googlesource.com/c/build/+/244137
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@dmitshur dmitshur self-assigned this Jul 26, 2020
@gopherbot
Copy link
Contributor

Change https://golang.org/cl/245277 mentions this issue: maintner/maintnerd/maintapi/version: support beta and RC release tags

@dmitshur dmitshur removed their assignment Apr 5, 2022
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Apr 5, 2022
@dmitshur dmitshur changed the title x/build/app: build dashboard for subrepos is confusing x/build/cmd/coordinator: build dashboard for subrepos is confusing Apr 5, 2022
@dmitshur
Copy link
Contributor

dmitshur commented May 17, 2024

Our migration to LUCI should make a meaningful improvement for golang.org/x repo result views.

Using a recent issue #67439 as an example, where CL 546676 introduced a net/http behavior change that broke a test in x/build and CL 586315 fixed it, this can be cleanly deduced from LUCI's "by Go commit" views:

image

(For comparison, the old view shows this as this, with interleaving "ok" rows that are actually results from different release branches.)

I don't anticipate we'll be doing more feature work on this in the coordinator codebase, so closing this.

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/644156 mentions this issue: cmd/coordinator: link to LUCI UI for non-top-level dashboard pages

gopherbot pushed a commit to golang/build that referenced this issue Feb 3, 2025
The build.golang.org dashboard gained support to display build results
from LUCI, in addition to legacy builder results (go.dev/issue/65913),
but only for the default top-level view.

When visiting more detailed pages, like page 2 of commits for the main
Go repo, or detailed views for golang.org/x repos, no LUCI build results
are shown, which can be confusing. So, when displaying LUCI results
(i.e., the 'legacyonly' query parameter isn't used to hide them),
change links to detailed views on the top-level view to point to the
LUCI UI where results can in fact be viewed.

For golang/go#28643.
For golang/go#65913.
For golang/go#70314.

Change-Id: I3ebfba5bc6d0cd2e37d8e5fc1386843c6e298ce7
Reviewed-on: https://go-review.googlesource.com/c/build/+/644156
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Archived in project
Development

No branches or pull requests

4 participants