Changed monitoring level to googleinfluxdb in kubernetes-e2e-gce Jenkins job.

This commit is contained in:
Piotr Szczesniak 2015-08-11 10:07:48 +02:00
parent 3f18641857
commit 63a88dd24a

View File

@ -151,6 +151,8 @@ case ${JOB_NAME} in
)"}
: ${KUBE_GCE_INSTANCE_PREFIX="e2e-gce"}
: ${PROJECT:="k8s-jkns-e2e-gce"}
# Override GCE default for cluster size autoscaling purposes.
ENABLE_CLUSTER_MONITORING="googleinfluxdb"
;;
# Runs only the examples tests on GCE.