Skip to content

Commit 0e479ae

Browse files
committed
Use kubetest instead of kubetest2 for CSI migration test
Due to kubetest2 issue, provider is not passing correctly which are checked by in-tree test cases. For now change back to use kubetest for migration test.
1 parent 9666311 commit 0e479ae

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)