k3s-io / cluster-api-k3s

Cluster API k3s
Apache License 2.0
149 stars 41 forks source link

Add a github workflow to enable e2e for PR blocker #117

Closed nasusoba closed 1 month ago

nasusoba commented 6 months ago

This PR add a PR blocker with e2e. For now, it will build the repo and verifying by creating a cluster with 1 CP and 3 worker nodes. I mainly follow rke2 setup and a successful run could be found here.

If we want to add other test specs as a PR Blocker, we could simply add [PR-Blocking] in its spec name.

25

mogliang commented 6 months ago

@richardcase , would you please take a look at this?