Skip to content

Commit 2f3433d

Browse files
committed
.prow.sh: enable testing with Prow script from csi-release-tools
1 parent b8b7a89 commit 2f3433d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.prow.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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-sanity.
6+
: ${CSI_PROW_TESTS:="unit"}
7+
8+
. release-tools/prow.sh
9+
10+
main

0 commit comments

Comments
 (0)