Skip to content

Commit 3f4476f

Browse files
committed
Add .prow.sh to enable prow jobs
Change-Id: I1142fc76b939c03ba05070179b5ab9574c096571
1 parent 6c3e1fd commit 3f4476f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.prow.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#! /bin/bash
2+
3+
# A Prow job can override these defaults, but this shouldn't be necessary.
4+
5+
# Only these tests make sense for csi-driver-nfs until we can integrate k/k
6+
# e2es.
7+
: ${CSI_PROW_TESTS:="unit"}
8+
9+
. release-tools/prow.sh
10+
11+
main

0 commit comments

Comments
 (0)