A continual pain point is the fact that GitHub doesn't automatically retry failed GHA workflows. This is annoying because flakiness can cause GHA's to fail. This flakiness isn't always a result of problem of the workflow itself; GHA workflows have external dependencies (e.g. downloading GHA, publishing results, etc....)
It would be nice to have a GitHub agent that gets notified on GHA workflow failures and automatically retries them if the error is retryable and not permanent. Regexes could be used to identify retryable errors.
This isn't directly related to hydros; its just a useful feature for CI/CD
A continual pain point is the fact that GitHub doesn't automatically retry failed GHA workflows. This is annoying because flakiness can cause GHA's to fail. This flakiness isn't always a result of problem of the workflow itself; GHA workflows have external dependencies (e.g. downloading GHA, publishing results, etc....)
It would be nice to have a GitHub agent that gets notified on GHA workflow failures and automatically retries them if the error is retryable and not permanent. Regexes could be used to identify retryable errors.
This isn't directly related to hydros; its just a useful feature for CI/CD