Skip to content

Commit fb3b87e

Browse files
committed
Switch to gomod
1 parent c108d68 commit fb3b87e

File tree

177 files changed

+810
-244716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+810
-244716
lines changed

.prow.sh

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# disable e2e tests for now
66
CSI_PROW_E2E_REPO=none
77

8-
# Only these tests make sense for csi-sanity.
9-
: ${CSI_PROW_TESTS:="unit sanity"}
8+
# Only these tests make sense for unit test
9+
: ${CSI_PROW_TESTS:="unit"}
1010

1111
# What matters for csi-sanity is the version of the hostpath driver
1212
# that we test against, not the version of Kubernetes that it runs on.
@@ -15,14 +15,10 @@ CSI_PROW_E2E_REPO=none
1515
# deployment) does not pass csi-sanity testing.
1616
: ${CSI_PROW_KUBERNETES_VERSION:=1.14.0}
1717

18-
# This repo supports and wants sanity testing.
19-
CSI_PROW_TESTS_SANITY=sanity
18+
## This repo supports and wants sanity testing.
19+
#CSI_PROW_TESTS_SANITY=sanity
2020

2121
. release-tools/prow.sh
2222

23-
# Here we override "install_sanity" to use the pre-built one.
24-
install_sanity () {
25-
cp -a cmd/csi-sanity/csi-sanity "${CSI_PROW_WORK}/csi-sanity"
26-
}
2723

2824
main

0 commit comments

Comments
 (0)