Skip to content

Commit

Permalink
Enable prometheus server for APIResponsiveness test
Browse files Browse the repository at this point in the history
  • Loading branch information
YangLu1031 committed Feb 17, 2020
1 parent 7ac63bd commit f437549
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/jobs/kubernetes/sig-windows/windows-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ presets:
value: "128"
- name: PREPULL_TIMEOUT
value: "10m"
# APIResponsiveness test depends on Prometheus server which couldn't scrape kube-proxy,
# unless it’s binding 0.0.0.0 as per https://github.com/helm/charts/issues/16476
# Referrence: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml#L127
- name: KUBEPROXY_TEST_ARGS
value: "--profiling --metrics-bind-address=0.0.0.0"

periodics:
- name: ci-kubernetes-e2e-windows-gce-poc
Expand Down Expand Up @@ -365,6 +370,7 @@ periodics:
- --test-cmd-args=--nodes=1
- --test-cmd-args=--provider=gce
- --test-cmd-args=--report-dir=/logs/artifacts
- --test-cmd-args=--enable-prometheus-server=true
- --test-cmd-args=--testconfig=testing/node-throughput/config.yaml
- --test-cmd-args=--testoverrides=./testing/node-throughput/windows_override.yaml
- --test-cmd-name=ClusterLoaderV2
Expand Down

0 comments on commit f437549

Please sign in to comment.