File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ readonly kube_version=${GCE_PD_KUBE_VERSION:-master}
19
19
readonly test_version=${TEST_VERSION:- master}
20
20
readonly gce_zone=${GCE_CLUSTER_ZONE:- us-central1-b}
21
21
readonly gce_region=${GCE_CLUSTER_REGION:- }
22
+ readonly image_type=${IMAGE_TYPE:- cos}
22
23
23
24
export GCE_PD_VERBOSITY=9
24
25
@@ -28,7 +29,8 @@ base_cmd="${PKGDIR}/bin/k8s-integration-test \
28
29
--run-in-prow=true --deploy-overlay-name=${overlay_name} --service-account-file=${E2E_GOOGLE_APPLICATION_CREDENTIALS} \
29
30
--do-driver-build=${do_driver_build} --boskos-resource-type=${boskos_resource_type} \
30
31
--storageclass-file=sc-standard.yaml --test-focus=" External.Storage" \
31
- --deployment-strategy=${deployment_strategy} --test-version=${test_version} --num-nodes=3"
32
+ --deployment-strategy=${deployment_strategy} --test-version=${test_version} --num-nodes=3" \
33
+ --image-type=${image_type}
32
34
33
35
if [ " $deployment_strategy " = " gke" ]; then
34
36
base_cmd=" ${base_cmd} --gke-cluster-version=${gke_cluster_version} "
You can’t perform that action at this time.
0 commit comments