x/build: missing LUCI TryBot coverage for x/pkgsite #65547
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
Go version
6f44cc8
Output of
go env
in your module/workspace:What did you do?
See #65545.
What did you see happen?
https://go.dev/cl/559615 introduced a regression on
windows
, but the CL had aTryBots-Pass+1
vote.I examined the
Checks
tab to see which builders had run, and saw:What did you expect to see?
Since
x/pkgsite/cmd/pkgsite
is intended to be usable as a replacement forx/tools/cmd/godoc
(#59347, #40371, #59056), it should have pre-commit testing on at least all of the first class ports that have scalable builders. Namely:linux/386
linux/amd64
linux/arm
linux/arm64
windows/386
windows/amd64
In addition, it is surprising that the release-branch and
-race
variants were only run forlinux
, since all of those variants also exist forwindows
too.Adding the release-branch builders,
386
architecture, and-race
configuration would have increased the chances of catching the regression by a factor of 6.The text was updated successfully, but these errors were encountered: