-
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
Changes from all commits
03c30f4
04396cb
344001d
791ee5a
2d225bd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1389,7 +1389,7 @@ buildvariants: | |
| display_name: e2e_operator_race_ubi_with_telemetry | ||
| tags: [ "pr_patch", "staging", "e2e_test_suite" ] | ||
| run_on: | ||
| - ubuntu1804-xlarge | ||
| - ubuntu2404-xlarge | ||
| <<: *base_om7_dependency_with_race | ||
| tasks: | ||
| - name: e2e_operator_race_with_telemetry_task_group | ||
|
|
@@ -1666,7 +1666,7 @@ buildvariants: | |
| tags: [ "pr_patch", "staging", "e2e_mco_test_suite" ] | ||
| <<: *community_dependency | ||
| run_on: | ||
| - ubuntu2004-large | ||
| - ubuntu2404-large | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
On 2004, the flag was not found and mco tests failed:
|
||
|
|
||
| ## Manual (patch) E2E tests not run for every PR and commit | ||
|
|
||
|
|
||
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