Skip to content

Commit

Permalink
release branch: downgrade testing to v1beta1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Feb 9, 2021
1 parent 830300d commit 47d8d0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
# This is specific to the release-2.1 branch and overrides the
# version set in the prow config.
export CSI_SNAPSHOTTER_VERSION=v2.1.2
export CSI_PROW_DRIVER_VERSION=v1.4.0

# The problem that this solves is that the prow config assumes
# that Kubernetes 1.20 uses the v1 snapshotter API, whereas this
# branch still uses v1beta1. By downgrading to an older deployment
# and e2e.test suite we get tests to run.
CSI_PROW_DRIVER_VERSION=v1.4.0
CSI_PROW_E2E_VERSION=v1.19.7

. release-tools/prow.sh

Expand Down

0 comments on commit 47d8d0c

Please sign in to comment.