Skip to content

Commit

Permalink
WIP: override hostpath driver repo for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pohly committed Feb 10, 2020
1 parent 342ab6e commit e504c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-tools/prow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ configvar CSI_PROW_WORK "$(mkdir -p "$GOPATH/pkg" && mktemp -d "$GOPATH/pkg/csip
# If the deployment script is called with CSI_PROW_TEST_DRIVER=<file name> as
# environment variable, then it must write a suitable test driver configuration
# into that file in addition to installing the driver.
configvar CSI_PROW_DRIVER_VERSION "v1.3.0-rc4" "CSI driver version"
configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path "CSI driver repo"
configvar CSI_PROW_DRIVER_VERSION "test-driver-config" "CSI driver version"
configvar CSI_PROW_DRIVER_REPO https://github.com/pohly/csi-driver-host-path "CSI driver repo"
configvar CSI_PROW_DEPLOYMENT "" "deployment"

# The install_csi_driver function may work also for other CSI drivers,
Expand Down

0 comments on commit e504c65

Please sign in to comment.