Skip to content

Commit

Permalink
Switch to gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Feb 4, 2020
1 parent c108d68 commit 9571f4c
Show file tree
Hide file tree
Showing 177 changed files with 806 additions and 244,716 deletions.
12 changes: 4 additions & 8 deletions .prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# disable e2e tests for now
CSI_PROW_E2E_REPO=none

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

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

# This repo supports and wants sanity testing.
CSI_PROW_TESTS_SANITY=sanity
## This repo supports and wants sanity testing.
#CSI_PROW_TESTS_SANITY=sanity

. release-tools/prow.sh

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

main
Loading

0 comments on commit 9571f4c

Please sign in to comment.