-
Notifications
You must be signed in to change notification settings - Fork 584
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
Add multi-tenancy test based on ClusterClass #3389
Add multi-tenancy test based on ClusterClass #3389
Conversation
@pydctw: This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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 ? |
@pydctw: 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 |
Submitted a PR for test-infra: kubernetes/test-infra#25874 The proposal is to create a new prow job that runs ClusterClass-based tests separately but feedback will be appreciated. |
/hold |
3fb3957
to
ff8fbe5
Compare
/test pull-cluster-api-provider-aws-e2e |
@sbueringer @fabriziopandini, it will be great to get your reviews esp. for the ClusterClass as I will be building more ClusterClasses based on this one. |
The new ClusterClass test passed: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-aws/3389/pull-cluster-api-provider-aws-e2e/1511402911341481984
|
Some unrelated tests (Self Hosted Spec and Machine Pool Spec) are failing with timeout, which could be an infra issue. Will rerun the test and see what happens. |
/retest |
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.
Looks good from my side. Just a few comments/ideas.
Thx for cc, it's really nice to see how ClusterClass is used in practices / works (or not :)).
Feel free to mention me on similar PRs as well, if you want to.
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Outdated
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
ff8fbe5
to
d266752
Compare
/test pull-cluster-api-provider-aws-e2e |
/hold cancel |
Another flake - ignition test is failing which is not related with the code changes.
|
/retest |
@sedefsavas, could you review the PR? As I plan to follow a similar pattern for following ClusterClass e2e PRs, hope to get it merged it soon. test-infra PR also needs a review but that is not blocking this PR. |
@shivi28 volunteered to review. |
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.
Thanks Winnie
There is one small suggestion, else
/lgtm
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Show resolved
Hide resolved
...cture-aws/kustomize_sources/nested-multitenancy-clusterclass/clusterclass-multi-tenancy.yaml
Outdated
Show resolved
Hide resolved
Also, renamed unmanaged_CAPI_quick_test_cluster_class.go to unmanaged_CAPI_quick_clusterclass_test.go as there are linter rules that applies to test files and the assumption is that test files end with `_test.go`.
d266752
to
ccb2cca
Compare
/test pull-cluster-api-provider-aws-e2e |
Ready for the final review, @sedefsavas |
.../infrastructure-aws/kustomize_sources/nested-multitenancy-clusterclass/cluster-template.yaml
Show resolved
Hide resolved
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sedefsavas 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 |
/lgtm |
/hold |
/unhold |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Add a multi-tenancy test based on ClusterClass to verify CAPA is supporting CAPI's newly added ClusterClass feature.
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 #3346
Special notes for your reviewer:
Note that
unmanaged_CAPI_quick_test_cluster_class.go
was renamed tounmanaged_CAPI_quick_clusterclass_test.go
as there are linter rules thatapplies to test files and the assumption is that test files end with
_test.go
.Checklist: