Skip to content

Commit d7782b6

Browse files
committed
Switch to kubetest2.
1 parent dbe766c commit d7782b6

5 files changed

+5
-5
lines changed

Diff for: test/run-k8s-integration-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ readonly gke_release_channel=${GKE_RELEASE_CHANNEL:-""}
2525
readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:-true}
2626
readonly gke_node_version=${GKE_NODE_VERSION:-}
2727
readonly run_intree_plugin_tests=${RUN_INTREE_PLUGIN_TESTS:-false}
28-
readonly use_kubetest2=${USE_KUBETEST2:-false}
28+
readonly use_kubetest2=${USE_KUBETEST2:-true}
2929
readonly test_pd_labels=${TEST_PD_LABELS:-true}
3030

3131
storage_classes=sc-balanced.yaml,sc-ssd.yaml

Diff for: test/run-k8s-integration-migration.sh

+1-1
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:-false}
22+
readonly use_kubetest2=${USE_KUBETEST2:-true}
2323

2424
if [ "$use_kubetest2" = true ]; then
2525
export GO111MODULE=on;

Diff for: test/run-k8s-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ readonly use_gke_managed_driver=${USE_GKE_MANAGED_DRIVER:-false}
2424
readonly gke_release_channel=${GKE_RELEASE_CHANNEL:-""}
2525
readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:-true}
2626
readonly gke_node_version=${GKE_NODE_VERSION:-}
27-
readonly use_kubetest2=${USE_KUBETEST2:-false}
27+
readonly use_kubetest2=${USE_KUBETEST2:-true}
2828

2929
export GCE_PD_VERBOSITY=9
3030

Diff for: test/run-k8s-windows-migration.sh

+1-1
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:-false}
23+
readonly use_kubetest2=${USE_KUBETEST2:-true}
2424

2525
if [ "$use_kubetest2" = true ]; then
2626
export GO111MODULE=on;

Diff for: test/run-windows-k8s-integration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1616
readonly test_version=${TEST_VERSION:-master}
1717
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
1818
readonly teardown_driver=${GCE_PD_TEARDOWN_DRIVER:-true}
19-
readonly use_kubetest2=${USE_KUBETEST2:-false}
19+
readonly use_kubetest2=${USE_KUBETEST2:-true}
2020

2121
if [ "$use_kubetest2" = true ]; then
2222
export GO111MODULE=on;

0 commit comments

Comments
 (0)