cluster-api-provider-azure icon indicating copy to clipboard operation
cluster-api-provider-azure copied to clipboard

Generate API version upgrade test templates with kustomize instead of hard-coding them

Open willie-yao opened this issue 7 months ago • 2 comments

/kind cleanup

What needs cleanup: Currently, the API version upgrade test templates (example) are not generated and are instead updated manually. This can introduce lots of room for error whenever we change the versions used in the upgrade test.

Describe the solution you'd like The templates should be generated by kustomize with the same patches as cluster-template-prow.yaml, which is the main template being used by CI for other E2E tests

willie-yao avatar Jul 17 '24 22:07 willie-yao