Skip to content

Commit

Permalink
Use K8s stable-1.27 for External Storage tests on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Torres <[email protected]>
  • Loading branch information
torredil committed Apr 18, 2023
1 parent 37ee32d commit a2d2180
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 a2d2180

Please sign in to comment.