Enable autoscaling tests for CAPZ (Azure) provider#972
Enable autoscaling tests for CAPZ (Azure) provider#972iuriaranda wants to merge 3 commits intomainfrom
Conversation
Remove the AutoScalingSupported=false override from all CAPZ test suites and add missing scale_helloworld_values.yaml test data files. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
… config Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
TODO
|
|
/run cluster-test-suites VERSION_OVERRIDES=cluster-autoscaler-app=v1.34.3-2,cluster-azure=6.1.0-60048fae9a419e10010b7f3a018f8009a73d3d13 TARGET_SUITES=./providers/capz/standard,./providers/capz/upgrade,./providers/capz/private |
|
Important Some test suites failed. See the Checks tab for detailed results per suite. Re-run only the failed tests: |
|
/run cluster-test-suites TARGET_SUITES=./providers/capz/standard,./providers/capz/upgrade,./providers/capz/private RELEASE_VERSION=v35.0.0-iuri |
|
Important Some test suites failed. See the Checks tab for detailed results per suite. Re-run only the failed tests: |
|
Oh No! 😱 At least one test suite has failed during the Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources: PIPELINE_RUN="pr-cluster-test-suites-972-cluster-test-suites875jn"
NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null |
Summary
AutoScalingSupported = falseoverride from all three CAPZ test suites (standard, private, upgrade)scale_helloworld_values.yamltest data files for standard and upgrade suitesNewTestConfigWithDefaults()already setsAutoScalingSupported: trueTest plan
🤖 Generated with Claude Code