x/build: please upgrade darwin-amd64-nocgo builders to host-darwin-10_15 #37695
Labels
Builders
x/build issues (builders, bots, dashboards)
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Darwin
Milestone
#33041 reports a flaky test due to an apparent kernel bug on macOS 10.14 hosts.
So far, it appears that the kernel bug is not present in macOS 10.15.
The
darwin-amd64-nocgo
builder is currently configured to use macOS 10.14 rather than 10.15:https://github.com/golang/build/blob/ef9e68dfbdfef06956e422b9b4dd7bec35064451/dashboard/builders.go#L2095
I would like to add a skip for the flaky test, but I don't want to skip the test on the
-nocgo
builder in perpetuity — I only want to skip the test on affected macOS versions. I could try to add some kind of complicated detection logic, but it seems much simpler to just upgrade the-nocgo
builder to the latest host type.CC @cagedmantis @dmitshur @toothrot @andybons
The text was updated successfully, but these errors were encountered: