-
Notifications
You must be signed in to change notification settings - Fork 24
Add retries to tool installs #546
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
Conversation
MCK 1.6.0 Release NotesNew Features
Bug Fixes
|
| <<: *community_dependency | ||
| run_on: | ||
| - ubuntu2004-large | ||
| - ubuntu2404-large |
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.
--retry-all-errors was introduced with curl 7.71.0
On 2004, the flag was not found and mco tests failed:
https://parsley-beta.corp.mongodb.com/evergreen/mongodb_kubernetes_e2e_mco_tests_replica_set_arbiter_patch_fd4450bdd5aab857c0b9570cfd1cb4f3b8bb42f8_68f787dc22f3b60007048935_25_10_21_13_17_20/1/task?bookmarks=0,1224
curl: option --retry-all-errors: is unknown
| tags: [ "pr_patch", "staging", "e2e_test_suite" ] | ||
| run_on: | ||
| - ubuntu1804-xlarge | ||
| - ubuntu2404-xlarge |
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.
Same here
MaciejKaras
left a comment
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.
Very nice!
Summary
We often encounter setup failures in the CI.
Today I had many with helm install, example:
https://parsley-beta.corp.mongodb.com/evergreen/mongodb_kubernetes_e2e_multi_cluster_kind_e2e_multi_cluster_sharded_external_access_no_ext_domain_patch_fd4450bdd5aab857c0b9570cfd1cb4f3b8bb42f8_68f77aa949cdc3000709dd57_25_10_21_12_21_00/1/task?bookmarks=0,172
This PR adds retries to mitigate these transient installation failures.
Proof of Work
CI is green, and we see less setup failures