-
Notifications
You must be signed in to change notification settings - Fork 1.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
🌱 Testing: Add kubetest to e2e test framework, and make e2e tests easily runnable locally #3593
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
did a test run forcing v1.18.2 --> v1.19.1:
|
73e9d34
to
a4c25af
Compare
a4c25af
to
9bb6cbf
Compare
4942138
to
d8de599
Compare
d8de599
to
a7aba7b
Compare
a7aba7b
to
b5bf42b
Compare
dd2e40a
to
425888c
Compare
/test pull-cluster-api-e2e |
9abe377
to
4087520
Compare
/test pull-cluster-api-e2e-full |
Includes addition of kubetest and conformance testing Signed-off-by: Naadir Jeewa <[email protected]>
4087520
to
355a8ce
Compare
/close |
@randomvariable: Closed this PR. 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. |
What this PR does / why we need it:
apidiff
target work locally, so you don't don't have to push a PR to find out which APIs you brokeAlso upstreaming a few things from CAPA, plus some framework helpers that will enable deduplication from CAPA:
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 #3569
Fixes #2826