Skip to content

Commit

Permalink
Merge pull request #2350 from marosset/ws2022-ci-build-fixes
Browse files Browse the repository at this point in the history
ci: fixing issue where WINDOWS_SERVER_VERSION does not work for cluster-template-prow-ci-version templates
  • Loading branch information
k8s-ci-robot authored Jun 3, 2022
2 parents d96510d + 2849dc3 commit 46671a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions scripts/ci-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ select_cluster_template() {
export CLUSTER_TEMPLATE="${CLUSTER_TEMPLATE/custom-builds/custom-builds-machine-pool}"
fi
fi

echo "Using cluster template: ${CLUSTER_TEMPLATE}"
}

create_cluster() {
Expand Down
2 changes: 1 addition & 1 deletion templates/test/ci/cluster-template-prow-ci-version.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
marketplace:
publisher: cncf-upstream
offer: capi-windows
sku: k8s-1dot23dot3-windows-2019-containerd
sku: k8s-1dot23dot3-${WINDOWS_SERVER_VERSION:=windows-2019}-containerd
version: "latest"

0 comments on commit 46671a5

Please sign in to comment.