Skip to content

Commit

Permalink
Merge pull request kubernetes#12366 from mm4tt/prometheus_disable
Browse files Browse the repository at this point in the history
Disable Prometheus in scalability tests.
  • Loading branch information
k8s-ci-robot authored Apr 26, 2019
2 parents c771040 + 498f7e1 commit 6205bba
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ presets:
- name: ALLOWED_NOTREADY_NODES
value: 1
- name: ENABLE_PROMETHEUS_SERVER
value: "true"
# TODO(https://github.com/kubernetes/kubernetes/issues/73105): Set to true
value: "false"
### kubemark-gce-big
- labels:
preset-e2e-kubemark-gce-big: "true"
Expand Down Expand Up @@ -127,7 +128,8 @@ presets:
- name: KUBE_GCE_MASTER_IMAGE
value: cos-69-10895-138-0
- name: ENABLE_PROMETHEUS_SERVER
value: "true"
# TODO(https://github.com/kubernetes/kubernetes/issues/73105): Set to true
value: "false"

###### Scalability Envs
### Common env variables for all scalability-related suites.
Expand Down

0 comments on commit 6205bba

Please sign in to comment.