Skip to content

Commit 4bd558e

Browse files
authored
Merge pull request #754 from TeweiLuo/fix-migration-test
Fix migration test.
2 parents ca2be10 + e99dccb commit 4bd558e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/run-k8s-integration-migration.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2121
readonly test_version=${TEST_VERSION:-master}
2222
readonly use_kubetest2=${USE_KUBETEST2:-true}
2323

24+
make -C "${PKGDIR}" test-k8s-integration
25+
2426
if [ "$use_kubetest2" = true ]; then
2527
export GO111MODULE=on;
2628
go get sigs.k8s.io/kubetest2@latest;
@@ -33,7 +35,6 @@ readonly GCE_PD_TEST_FOCUS="PersistentVolumes\sGCEPD|[V|v]olume\sexpand|\[sig-st
3335

3436
# TODO(#167): Enable reconstructions tests
3537

36-
make -C "${PKGDIR}" test-k8s-integration
3738
"${PKGDIR}/bin/k8s-integration-test" --kube-version="${kube_version}" \
3839
--kube-feature-gates="CSIMigration=true,CSIMigrationGCE=true,ExpandCSIVolumes=true" --run-in-prow=true \
3940
--deploy-overlay-name="${overlay_name}" --service-account-file="${E2E_GOOGLE_APPLICATION_CREDENTIALS}" \

0 commit comments

Comments
 (0)