kubernetes-retired / cluster-api-provider-nested

Cluster API Provider for Nested Clusters
Apache License 2.0
301 stars 67 forks source link

🌱 Setup Prow Presubmits #46

Closed christopherhein closed 3 years ago

christopherhein commented 3 years ago

We should have our PRs being tested for us with Prow on PR submission so we can have better assurance of the code.

Links

Our pre-submit should run make generate lint test. This should be called from a script like other Cluster API providers so that we can periodically change what it does without needing to update the test-infra repo. EG https://github.com/kubernetes-sigs/cluster-api-provider-aws/tree/main/scripts

christopherhein commented 3 years ago

/assign