Skip to content
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

test: e2e cover clusterclass provisioning #1355

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

salasberryfin
Copy link
Contributor

@salasberryfin salasberryfin commented Nov 5, 2024

/kind feature

What this PR does / why we need it:

Cover cluster provisioning via ClusterClass in E2E tests.

Which issue(s) this PR fixes:
Fixes #1354

Special notes for your reviewer:

To simplify the creation of all resources, this combines ClusterClass and Cluster definition together in a single yaml file. This allows us to provision all resources with only one apply command. Additionally, a new folder is created inside test/e2e/data/ to contain cluster class templates (this could be extended to other templates as the number of files keeps growing).

TODOs:

  • squashed commits
  • includes documentation
  • adds unit tests

Release note:

Cover ClusterClass in E2E

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. labels Nov 5, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: salasberryfin
Once this PR has been reviewed and has the lgtm label, please assign cecilerobertmichon for approval. For more information see the Kubernetes Code Review Process.

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 5, 2024
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Nov 5, 2024
Copy link

netlify bot commented Nov 5, 2024

Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!

Name Link
🔨 Latest commit 213b32f
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-cluster-api-gcp/deploys/672b3a844f623d00083a5ca0
😎 Deploy Preview https://deploy-preview-1355--kubernetes-sigs-cluster-api-gcp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@salasberryfin salasberryfin force-pushed the test-e2e-cover-clusterclass branch 2 times, most recently from 9ed9287 to 73c5f8d Compare November 5, 2024 18:26
@salasberryfin
Copy link
Contributor Author

/retest

@salasberryfin salasberryfin changed the title WIP: e2e cover clusterclass provisioning e2e cover clusterclass provisioning Nov 6, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 6, 2024
@salasberryfin salasberryfin changed the title e2e cover clusterclass provisioning test: e2e cover clusterclass provisioning Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cover ClusterClass provisioning in E2E
2 participants