-
Notifications
You must be signed in to change notification settings - Fork 288
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
Skip bundles override for e2e-test when upgrade is from latest minor release. #8807
Skip bundles override for e2e-test when upgrade is from latest minor release. #8807
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8807 +/- ##
=======================================
Coverage 73.55% 73.56%
=======================================
Files 578 578
Lines 36610 36610
=======================================
+ Hits 26929 26931 +2
+ Misses 7954 7953 -1
+ Partials 1727 1726 -1 ☔ View full report in Codecov by Sentry. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sp1999 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test eks-anywhere-e2e-presubmit |
/cherry-pick release-0.20 |
@abhinavmpandey08: #8807 failed to apply on top of branch "release-0.20":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherry-pick release-0.19 |
@2ez4szliu: #8807 failed to apply on top of branch "release-0.19":
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…m latest minor release Cherry-picked from aws#8807
Issue
UpgradeFromLatestMinorRelease
tests fails with the template validation error, currently for these tests we use the staging bundle override to get the template which points to the latest release instead of getting the bundle from previous release.Description of changes:
This PR adds a parameter to disable bundles Override for e2e-test when upgrade is from latest minor release, to get the correct bundle for the release.
Testing (if applicable):
./bin/e2e.test -test.v -test.run TestVSphereKubernetes127To128UbuntuUpgradeFromLatestMinorRelease
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.