-
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
✨ RuntimeSDK: Add Test Extension and initial e2e test #6625
✨ RuntimeSDK: Add Test Extension and initial e2e test #6625
Conversation
e774146
to
aec4141
Compare
aec4141
to
d0d277e
Compare
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.
Can we run the test on this PR?
Yes, I made it part of: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api/6625/pull-cluster-api-e2e-informing-main/1535299356205256704 Which means it's run on every PR just like the ClusterClass quickstart (but optional for merge) |
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.
I really appreciate how support for testing runtime extension is being added to test framework. Great work!
Looks good overall, only a couple of nits but ready to lgtm to unblock next steps
test/e2e/data/infrastructure-docker/v1beta1/clusterclass-quick-start-runtimesdk.yaml
Show resolved
Hide resolved
3f8265a
to
490f972
Compare
/lgtm |
/hold |
/hold cancel |
490f972
to
8037804
Compare
Rebased on top of current main |
Let's keep moving! looking forward to see follow up PRs to build on top of this one |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #6549