Skip to content

Commit cfe67c8

Browse files
authored
Merge pull request #775 from jingxu97/apr/kubetest
Use kubetest instead of kubetest2 for CSI migration test
2 parents 9666311 + 0e479ae commit cfe67c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/run-k8s-integration-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
1919
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
2020
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2121
readonly test_version=${TEST_VERSION:-master}
22-
readonly use_kubetest2=${USE_KUBETEST2:-true}
22+
readonly use_kubetest2=${USE_KUBETEST2:-false}
2323

2424
make -C "${PKGDIR}" test-k8s-integration
2525

test/run-k8s-windows-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2020
readonly test_version=${TEST_VERSION:-master}
2121
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
2222
readonly feature_gates="CSIMigration=true,CSIMigrationGCE=true,ExpandCSIVolumes=true"
23-
readonly use_kubetest2=${USE_KUBETEST2:-true}
23+
readonly use_kubetest2=${USE_KUBETEST2:-false}
2424

2525
make -C "${PKGDIR}" test-k8s-integration
2626

0 commit comments

Comments
 (0)