Skip to content

Commit

Permalink
Merge pull request #660 from jingxu97/nov/snap
Browse files Browse the repository at this point in the history
Modify integration test focus for Windows
  • Loading branch information
k8s-ci-robot committed Nov 17, 2020
2 parents eae09b6 + a8814bd commit f4608fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-windows-k8s-integration.sh
Expand Up @@ -23,7 +23,7 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
--platform=windows --bringup-cluster=false --teardown-cluster=false --teardown-driver=${teardown_driver}\
--run-in-prow=true --deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
--do-driver-build=${do_driver_build} --gce-zone=${gce_zone} --test-version=${test_version}\
--storageclass-files=sc-windows.yaml --snapshotclass-file=pd-volumesnapshotclass.yaml --test-focus='External.Storage.*ntfs' \
--storageclass-files=sc-windows.yaml --snapshotclass-file=pd-volumesnapshotclass.yaml --test-focus='External.Storage' \
--deployment-strategy=${deployment_strategy}"

eval "$base_cmd"

0 comments on commit f4608fb

Please sign in to comment.