x/build/cmd/coordinator: fix ppc64le accounting in status #34990
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
https://farmer.golang.org currently says:
But that's because I misused a poorly documented status map I'd added for the Macs. It's assuming those "power_01" names are global across all buildlets, but I re-used the same hostnames for ppc64le POWER8 and POWER9.
Simple monitoring change. Need to add another map to reverseBuildletPool keyed by tuple (hostType, hostName) instead of just hostName. Filing a bug before I forget.
The text was updated successfully, but these errors were encountered: