Skip to content

Commit 1b80322

Browse files
authored
Merge pull request #335 from davidz627/staging/resizer
Enable ExpandCSIVolumes feature flag on migration tests to test migration path of resize
2 parents 9eee065 + 30ecf45 commit 1b80322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run-k8s-integration-migration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ readonly GCE_PD_TEST_FOCUS="\s[V|v]olume\sexpand|\[sig-storage\]\sIn-tree\sVolum
3434

3535
make -C ${PKGDIR} test-k8s-integration
3636
${PKGDIR}/bin/k8s-integration-test --kube-version=${kube_version} \
37-
--kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true" --run-in-prow=true \
37+
--kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true,ExpandCSIVolumes=true" --run-in-prow=true \
3838
--deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
3939
--do-driver-build=${do_driver_build} --boskos-resource-type=${boskos_resource_type} \
4040
--migration-test=true --test-focus=${GCE_PD_TEST_FOCUS} \

0 commit comments

Comments
 (0)