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
https://cirrus-ci.com/build/5446771392905216 took 15 minutes to, well, I'm not sure. It keeps saying "Agent is not responding!" I suspect there's no FreeBSD on arm64 image available, but there's no message telling me that.
Context
I have to guess why my builds aren't working and keep pushing experiments to figure things out. That's not a good use of time. (Or your resources.)
Anything Else
Fail fast and clearly. 😃
The text was updated successfully, but these errors were encountered:
It does error with Container errored with 'ImagePullBackOff: Back-off pulling image "clang:latest"'. The 15 minutes timeout is intentional since registries like Docker Hub and other have their own incidents from time too time.
IMO this is an issue while the initial config but during normal operation such 15 minutes retries are beneficial in cases of upstream registries having issues.
@rptb1 in this case I don't think FreeBSD image on GCP supports Arm yet and properly handles startup script which is required for bootstrapping Cirrus Agent. I'm not sure how can we improve this messaging in case when initial setup is hitting such edge cases.
Description
When I specify a nonexistent image or image_family, the builds just seem to hang for a long time rather than say "nope!"
For example:
Context
I have to guess why my builds aren't working and keep pushing experiments to figure things out. That's not a good use of time. (Or your resources.)
Anything Else
Fail fast and clearly. 😃
The text was updated successfully, but these errors were encountered: