Skip to content

Commit 7a362c6

Browse files
authored
Merge pull request #267 from davidz627/fix/onlyDynamic
Only run Dynamic Provisioning tests for migration for now
2 parents a93b479 + 54edfcd commit 7a362c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-k8s-integration-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ ${PKGDIR}/bin/k8s-integration-test --kube-version=${GCE_PD_KUBE_VERSION:-master}
2020
--kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true" --run-in-prow=true \
2121
--deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
2222
--do-driver-build=${do_driver_build} --boskos-resource-type=${boskos_resource_type} \
23-
--migration-test=true --test-focus="\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\].*" \
23+
--migration-test=true --test-focus="\[sig-storage\]\sIn-tree\sVolumes\s\[Driver:\sgcepd\]\s\[Testpattern:\sDynamic\sPV.*" \
2424
--gce-zone="us-central1-b"

0 commit comments

Comments
 (0)