You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configvar CSI_PROW_SANITY_SERVICE "hostpath-service""Kubernetes TCP service name that exposes csi.sock"
233
233
configvar CSI_PROW_SANITY_POD "csi-hostpathplugin-0""Kubernetes pod with CSI driver"
234
234
configvar CSI_PROW_SANITY_CONTAINER "hostpath""Kubernetes container with CSI driver"
@@ -879,8 +879,8 @@ install_sanity () (
879
879
return
880
880
fi
881
881
882
-
git_checkout "${CSI_PROW_SANITY_REPO}""${GOPATH}/src/${CSI_PROW_SANITY_IMPORT_PATH}""${CSI_PROW_SANITY_VERSION}" --depth=1 || die "checking out csi-sanity failed"
883
-
run_with_go "${CSI_PROW_GO_VERSION_SANITY}" go test -c -o "${CSI_PROW_WORK}/csi-sanity""${CSI_PROW_SANITY_IMPORT_PATH}/cmd/csi-sanity"|| die "building csi-sanity failed"
882
+
git_checkout "${CSI_PROW_SANITY_REPO}""${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}""${CSI_PROW_SANITY_VERSION}" --depth=1 || die "checking out csi-sanity failed"
883
+
( cd"${GOPATH}/src/${CSI_PROW_SANITY_PACKAGE_PATH}/cmd/csi-sanity"&&run_with_go "${CSI_PROW_GO_VERSION_SANITY}" go build -o "${CSI_PROW_WORK}/csi-sanity")|| die "building csi-sanity failed"
884
884
)
885
885
886
886
# Captures pod output while running some other command.
0 commit comments