Skip to content

Commit 2a97336

Browse files
authored
Merge pull request #767 from TeweiLuo/migration-gke
Remove storage class param for migration tests.
2 parents 6658ba9 + fb1670c commit 2a97336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/run-k8s-integration-ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ if [[ -n $gce_region ]] ; then
4343
storage_classes="${storage_classes}",sc-regional.yaml
4444
fi
4545

46+
if [[ $migration_test = true ]]; then
47+
storage_classes=""
48+
fi
49+
4650
export GCE_PD_VERBOSITY=9
4751

4852
make -C "${PKGDIR}" test-k8s-integration

0 commit comments

Comments
 (0)