Add .prow.sh to enable prow jobs

Change-Id: I1142fc76b939c03ba05070179b5ab9574c096571
This commit is contained in:
Michelle Au 2020-03-16 17:49:51 -07:00
parent 6c3e1fd23d
commit 3f4476ff3e

11
.prow.sh Executable file
View File

@ -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