@@ -11,16 +11,16 @@ ensure_var GCE_PD_SA_DIR
11
11
12
12
make -C ${PKGDIR} test-k8s-integration
13
13
14
- ${PKGDIR} /bin/k8s-integration-test --kube-version=master --run-in-prow=false \
15
- --staging-image=${GCE_PD_CSI_STAGING_IMAGE} --service-account-file=${GCE_PD_SA_DIR} /cloud-sa.json \
16
- --deploy-overlay-name=dev --storageclass-file=sc-standard.yaml \
17
- --test-focus=" External.Storage" --gce-zone=" us-central1-b"
14
+ # ${PKGDIR}/bin/k8s-integration-test --kube-version=master --run-in-prow=false \
15
+ # --staging-image=${GCE_PD_CSI_STAGING_IMAGE} --service-account-file=${GCE_PD_SA_DIR}/cloud-sa.json \
16
+ # --deploy-overlay-name=dev --storageclass-file=sc-standard.yaml \
17
+ # --test-focus="External.Storage" --gce-zone="us-central1-b"
18
18
19
19
# This version of the command does not build the driver or K8s, points to a
20
20
# local K8s repo to get the e2e.test binary, and does not bring up or down the cluster
21
21
#
22
- # ${PKGDIR}/bin/k8s-integration-test --kube-version=master --run-in-prow=false \
23
- # --staging-image=${GCE_PD_CSI_STAGING_IMAGE} --service-account-file=${GCE_PD_SA_DIR}/cloud-sa.json \
24
- # --deploy-overlay-name=dev --bringup-cluster=false --teardown-cluster=false --local-k8s-dir=$KTOP \
25
- # --storageclass-file=sc-standard.yaml --do-driver-build=false --test-focus="External.Storage.*multiVolume " \
26
- # --gce-zone="us-central1-b"
22
+ ${PKGDIR} /bin/k8s-integration-test --kube-version=master --run-in-prow=false \
23
+ --staging-image=${GCE_PD_CSI_STAGING_IMAGE} --service-account-file=${GCE_PD_SA_DIR} /cloud-sa.json \
24
+ --deploy-overlay-name=dev --bringup-cluster=false --teardown-cluster=false --local-k8s-dir=$KTOP \
25
+ --storageclass-file=sc-standard.yaml --do-driver-build=true --test-focus=" External.Storage" \
26
+ --gce-zone=" us-central1-b"
0 commit comments