Skip to content

Commit

Permalink
Merge pull request #385 from pohly/remove-kubernetes-version
Browse files Browse the repository at this point in the history
.prow.sh: remove hard-coded Kubernetes version
  • Loading branch information
k8s-ci-robot authored Aug 5, 2022
2 parents 306d58d + b03b880 commit 862e81a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
# Only these tests make sense for csi-sanity.
: ${CSI_PROW_TESTS:="unit sanity"}

# What matters for csi-sanity is the version of the hostpath driver
# that we test against, not the version of Kubernetes that it runs on.
# We pick the latest stable Kubernetes here because the corresponding
# deployment has the current driver. v1.0.1 (from the current 1.13
# deployment) does not pass csi-sanity testing.
: ${CSI_PROW_KUBERNETES_VERSION:=1.17.0}

# This repo supports and wants sanity testing.
CSI_PROW_TESTS_SANITY=sanity

Expand Down

0 comments on commit 862e81a

Please sign in to comment.