Skip to content

Commit 4452827

Browse files
authored
Merge pull request #29 from msau42/enable-prow
Add .prow.sh to enable prow jobs
2 parents 6c3e1fd + 3f4476f commit 4452827

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)