From 3f4476ff3e2116ce0f6d9c0cf7aaa435a8980dc0 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Mon, 16 Mar 2020 17:49:51 -0700 Subject: [PATCH] Add .prow.sh to enable prow jobs Change-Id: I1142fc76b939c03ba05070179b5ab9574c096571 --- .prow.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .prow.sh 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