Terraform has been successfully initialized!
$ terraform fmt -recursive # collapsed multi-line command
No formatting changes needed.
Saving cache for successful job
Creating cache main-1-protected...
.terraform: found 206 matching artifact files and directories
.terraform.lock.hcl: found 1 matching artifact files and directories
Uploading cache.zip to https://storage.googleapis.com/gitlab-com-runners-cache/project/65408076/main-1-protected
Created cache
Cleaning up project directory and file based variables
Job succeeded
And thats it, it can be infinity. I didnt changed the CI, its just happened.
What shoud i do?
same just started happening to us … it seems like sometimes (maybe always) waiting long enough will succeed … but its looooong (like 20 minutes) I hope we arent being billed for that compute
Yeah, used up our minutes too. It didn’t even cancel the job when I noticed it was running long, just stuck in the “cancelling” state, I think. Hopefully there’s some mitigation.
On the plus side, I looked into the open source program because of this.