Job randomly skips ahead in the middle of execution #3773
Unanswered
hae-andrew-young
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This isn't about the job skipping entirely. It's about the job, while executing, would skip ahead to the next one with out fully completing. For example:
The
terraform apply
step typically takes about 20 minutes but in some cases, it would run for about 1 minute, then prematurely skip ahead. No logs, no error, nothing. The step is considered "successful". It just fails further down in the steps because theterraform output
pretty much empty.ARC logs show nothing unusual either. Has anyone experienced this before?
Beta Was this translation helpful? Give feedback.
All reactions