We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f960483 commit ab3fa86Copy full SHA for ab3fa86
scripts/ci-conformance.sh
@@ -71,9 +71,9 @@ build_k8s() {
71
create_cluster() {
72
# export cluster template which contains the manifests needed for creating the Azure cluster to run the tests
73
if [[ -n ${CI_VERSION:-} || -n ${USE_CI_ARTIFACTS:-} ]]; then
74
- export CLUSTER_TEMPLATE="test/cluster-template-conformance-ci-version"
+ export CLUSTER_TEMPLATE="test/cluster-template-conformance-ci-version.yaml"
75
else
76
- export CLUSTER_TEMPLATE="test/cluster-template-conformance"
+ export CLUSTER_TEMPLATE="test/cluster-template-conformance.yaml"
77
fi
78
79
export CLUSTER_NAME="capz-conformance-$(head /dev/urandom | LC_ALL=C tr -dc a-z0-9 | head -c 6 ; echo '')"
0 commit comments