-
Notifications
You must be signed in to change notification settings - Fork 631
[release-2.2] [E2E] Fix E2E pipeline failures #4558
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
[release-2.2] [E2E] Fix E2E pipeline failures #4558
Conversation
/retest |
2cf7c76
to
9711de1
Compare
9711de1
to
38f529a
Compare
38f529a
to
27e349a
Compare
27e349a
to
4d02376
Compare
4d02376
to
07bb050
Compare
/test ? |
@Ankitasw: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-aws-e2e-conformance-release-2-2 |
@Ankitasw - how come |
It was a guess work based on the error message
Fix given in #4564 makes more sense to me, I will change it. |
07bb050
to
6d4bec5
Compare
6d4bec5
to
fbacb32
Compare
/test pull-cluster-api-provider-aws-e2e-conformance-release-2-2 |
- sourcePath: "./shared/v1beta1_provider/metadata.yaml" | ||
- sourcePath: "./infrastructure-aws/capi-upgrades/v1beta1/cluster-template.yaml" | ||
- name: v2.0.99 | ||
- name: v2.2.99 |
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.
@richardcase I am also not sure why this works and not 2.0.99, this was also trial from my end. The test suites are not able to find the semantic version 2.0.99, but in main branch that works.
cc @Skarlso @richardcase to take a final look |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Skarlso 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 |
What type of PR is this?
/kind failing-test
/kind support
What this PR does / why we need it:
This PR adds python3-requests package installation which is breaking right now in the pip installation in CI.
It also fixes the semantic version of latest aws infrastructure provider.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #4550
Special notes for your reviewer:
Checklist:
Release note: