diff --git a/.prow.sh b/.prow.sh new file mode 100755 index 00000000..c9947b93 --- /dev/null +++ b/.prow.sh @@ -0,0 +1,11 @@ +#! /bin/bash + +# A Prow job can override these defaults, but this shouldn't be necessary. + +# Only these tests make sense for csi-driver-nfs until we can integrate k/k +# e2es. +: ${CSI_PROW_TESTS:="unit"} + +. release-tools/prow.sh + +main