You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The revert commit a700ae9 fixed a problem that was causing the dragonfly builder to hang forever (instead of failing) when attempting to build anything later than commit e6c1594. Please manually fail commits:
Ok, I've learned how to do this and manually failed those builds now. It should be safe to keep the dragonfly builder running now. Please let me know if there's anything else.
For posterity, I used the approach @bradfitz recommended, which was to hit the /resultendpoint of the dashboard (https://build.golang.org) manually with a one-off Go command; I'll clean it up and upstream it if this needs to be done more often. It was based on this code in cmd/coordinator. That endpoint requires a builder key, which I have access to.
Ideally, we should resolve the underlying issue and make it so that the builder has a timeout and doesn't hang forever on some bad commits.
The revert commit a700ae9 fixed a problem that was causing the dragonfly builder to hang forever (instead of failing) when attempting to build anything later than commit e6c1594. Please manually fail commits:
Otherwise, the builder will continue to revisit those commits and hang.
The text was updated successfully, but these errors were encountered: