Skip to content

Commit f0bcbc3

Browse files
committed
hack test version
1 parent 9907dd3 commit f0bcbc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

release-tools/prow.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@ default_csi_snapshotter_version () {
381381
echo "v4.0.0"
382382
fi
383383
}
384-
export CSI_SNAPSHOTTER_HACK_VERSION="master"
384+
# export CSI_SNAPSHOTTER_HACK_VERSION="master"
385+
# Hack to be consistent with 1.33 job
386+
export CSI_SNAPSHOTTER_HACK_VERSION="v8.2.0"
385387
configvar CSI_SNAPSHOTTER_VERSION "$(default_csi_snapshotter_version)" "external-snapshotter version tag"
386388

387389
# Enable installing VolumeGroupSnapshot CRDs (off by default, can be set to true in prow jobs)
@@ -1017,6 +1019,7 @@ EOF
10171019
echo "Enabling VolumeGroupSnapshot: replacing hostpath csi-hostpath-plugin.yaml"
10181020
cp "${source}/test/e2e/testing-manifests/storage-csi/external-snapshotter/volume-group-snapshots/csi-hostpath-plugin.yaml" \
10191021
"${source}/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml"
1022+
cat "${source}"/test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml
10201023
fi
10211024
10221025
}

0 commit comments

Comments
 (0)