Hi. We use CircleCI with some self-hosted runners. We will sometimes have infra issues with those self-hosted runners where the runner hosts have to be shutdown and restarted to cure.
I believe CircleCI has an “Infrastucture Fail” state for jobs that will cause CCI to automatically retry the failed job.
Is there a mechanism for build steps to trigger an “Infrastucture Fail” state themselves? Maybe a special exit-code or otherwise? I’ve searched a bit, but haven’t found any docs on this topic.
Thanks!