-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust cypress jobs config #162729
Adjust cypress jobs config #162729
Conversation
retry: | ||
automatic: | ||
- exit_status: '-1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do exit_status
s -1
and *
indicate? What is the effect of these changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Answer:
-1 means buildkite agent connection was aborted. docs
The effect here will be that we only retry these jobs once (instead of thrice) in the case of timeout (or of failure).
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-1
is received when an agent is lost. The retries adjusted here are meant for spot instance early termination. In practice I don't think I've seen more than 1 retry needed, but making a note in case something comes up.
## Summary Adjust cypress buildkite job configs --------- Co-authored-by: Kibana Machine <[email protected]>
Summary
Adjust cypress buildkite job configs