Skip to content

Commit bb9d612

Browse files
authored
Merge pull request #2192 from hajiler/e2e-fix
Run kubernetes integration test against master
2 parents 6234714 + 24506d0 commit bb9d612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run-k8s-integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ readonly PKGDIR=${GOPATH}/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver
1414
readonly overlay_name="${GCE_PD_OVERLAY_NAME:-stable-master}"
1515
readonly boskos_resource_type="${GCE_PD_BOSKOS_RESOURCE_TYPE:-gce-project}"
1616
readonly do_driver_build="${GCE_PD_DO_DRIVER_BUILD:-true}"
17-
readonly do_k8s_build="${GCE_PD_DO_K8S_BUILD:-false}"
17+
readonly do_k8s_build="${GCE_PD_DO_K8S_BUILD:-true}"
1818
readonly deployment_strategy=${DEPLOYMENT_STRATEGY:-gce}
1919
readonly gke_cluster_version=${GKE_CLUSTER_VERSION:-latest}
20-
readonly kube_version=${GCE_PD_KUBE_VERSION:-latest}
20+
readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
2121
readonly test_version=${TEST_VERSION:-latest}
2222
readonly gce_zone=${GCE_CLUSTER_ZONE:-us-central1-b}
2323
readonly gce_region=${GCE_CLUSTER_REGION:-}

0 commit comments

Comments
 (0)