diff --git a/.prow.sh b/.prow.sh index 11e1027f..23138ae1 100755 --- a/.prow.sh +++ b/.prow.sh @@ -1,5 +1,35 @@ #! /bin/bash export CSI_PROW_E2E_FOCUS_1_34="\[FeatureGate:VolumeAttributesClass\]" + +custom_post_install() { + echo "!!!! Running custom post install hook... !!!!!!!!!!" + yq -i '.VolumeAttributesClass = {"FromExistingClassName": "testvac"}' "${CSI_PROW_WORK}/test-driver.yaml" + cat "${CSI_PROW_WORK}/test-driver.yaml" + + # Create the VAC Class + cat >"${CSI_PROW_WORK}/sample-vac.yaml" <