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 git clone code lives in hc-install. Despite the increase to 5min timeout in hc-install (hashicorp/hc-install/issues/62) for git clone operations, we still see the following during terraform-exec tests:
At the moment this is intermittent, happening on perhaps 10% of runs. Workaround is to rerun the job in the morning.
It may be worth migrating to GHA (#220) first to see if it solves this. Perhaps the CircleCI infra causes these delays. It should not take 5mins to shallow-clone the Terraform repo.
We could also just build the Terraform binary outside the test code itself (#318), which would work around this issue without necessarily addressing the root cause.
The text was updated successfully, but these errors were encountered:
Example job.
The git clone code lives in hc-install. Despite the increase to 5min timeout in hc-install (hashicorp/hc-install/issues/62) for git clone operations, we still see the following during terraform-exec tests:
At the moment this is intermittent, happening on perhaps 10% of runs. Workaround is to rerun the job in the morning.
It may be worth migrating to GHA (#220) first to see if it solves this. Perhaps the CircleCI infra causes these delays. It should not take 5mins to shallow-clone the Terraform repo.
We could also just build the Terraform binary outside the test code itself (#318), which would work around this issue without necessarily addressing the root cause.
The text was updated successfully, but these errors were encountered: