Skip to content

x/build/cmd/coordinator: older dashboard pages omit LUCI builders in detailed views (page 2, x/ repo commits) but don't make it apparent it's WAI #70314

Open
@qmuntal

Description

@qmuntal

What did you do?

Navigate to https://build.golang.org/?page=1&branch=master.

What did you see happen?

Only a small number of builders are displayed:

image

What did you expect to see?

All builders.

Activity

gabyhelp

gabyhelp commented on Nov 13, 2024

@gabyhelp

Related Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

changed the title [-]build: older build dashboard pages omit many builders[/-] [+]x/build/app: older dashboard pages omit many builders[/+] on Nov 13, 2024
added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Nov 13, 2024
added
Buildersx/build issues (builders, bots, dashboards)
on Nov 13, 2024
added this to the Unreleased milestone on Nov 13, 2024
qmuntal

qmuntal commented on Jan 13, 2025

@qmuntal
MemberAuthor
self-assigned this
on Jan 14, 2025
moved this to In Progress in Go Releaseon Jan 21, 2025
added
NeedsFixThe path to resolution is known, but the work has not been done.
FrictionNuisances that make good candidates for our "friction" fix-it weeks
and removed
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Jan 21, 2025
changed the title [-]x/build/app: older dashboard pages omit many builders[/-] [+]x/build/cmd/coordinator: older dashboard pages omit LUCI builders in detailed views (page 2, x/ repo commits) but don't make it apparent it's WAI[/+] on Jan 24, 2025
dmitshur

dmitshur commented on Jan 24, 2025

@dmitshur
Member

Thanks for reporting this.

The missing builders on those pages are all the new LUCI builders. In #65913 we provided limited support for displaying LUCI build results on build.golang.org, but that support applies only to the top-level page, not more detailed views (like page 2 onwards for main Go repo, or historical commits of each x/ repo).

We still have links that point to these detailed views, which is confusing. For now I'll send a change that makes those links point to appropriate views in LUCI UI where the builders can be viewed. We can also take advantage of the "by Go" views in the LUCI dashboard, something the legacy dashboard was known to have poor support for (see #28643).

Screenshot
gopherbot

gopherbot commented on Jan 24, 2025

@gopherbot
Contributor

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

added
FixPendingIssues that have a fix which has not yet been reviewed or submitted.
on Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)FixPendingIssues that have a fix which has not yet been reviewed or submitted.FrictionNuisances that make good candidates for our "friction" fix-it weeksNeedsFixThe path to resolution is known, but the work has not been done.

Type

No type

Projects

Status

In Progress

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @dmitshur@qmuntal@gopherbot@gabyhelp

      Issue actions

        x/build/cmd/coordinator: older dashboard pages omit LUCI builders in detailed views (page 2, x/ repo commits) but don't make it apparent it's WAI · Issue #70314 · golang/go