Skip to content

Commit 97ffb88

Browse files
committed
Force integration test at k8s v1.18
1 parent 1275269 commit 97ffb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run-k8s-integration.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
1515
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
1616
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1717
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:-latest}
18-
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
19-
readonly test_version=${TEST_VERSION:-master}
18+
readonly kube_version=${GCE_PD_KUBE_VERSION:-1.18.20}
19+
readonly test_version=${TEST_VERSION:-1.18.20}
2020
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
2121
readonly gce_region=${GCE_CLUSTER_REGION:-}
2222
readonly image_type=${IMAGE_TYPE:-cos}

0 commit comments

Comments
 (0)