Skip to content

Commit

Permalink
Merge pull request #1576 from torredil/e2e
Browse files Browse the repository at this point in the history
Use K8s `stable-1.27` for External Storage tests on Windows
  • Loading branch information
k8s-ci-robot authored Apr 19, 2023
2 parents 37ee32d + a2d2180 commit bf3f31d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ else
if [[ $TEST_PATH == "./tests/e2e-kubernetes/..." ]]; then
pushd ${PWD}/tests/e2e-kubernetes
packageVersion=$(echo $(cut -d '.' -f 1,2 <<< $K8S_VERSION))
if [[ "${WINDOWS}" == true ]]; then
packageVersion="1.27"
fi

set -x
set +e
Expand Down

0 comments on commit bf3f31d

Please sign in to comment.