Skip to content

Commit

Permalink
Merge pull request kubernetes#13872 from oxddr/enable-dns
Browse files Browse the repository at this point in the history
Enable DNS probes in k/k presubmits.
  • Loading branch information
k8s-ci-robot authored Aug 14, 2019
2 parents 3817737 + b618f36 commit 6e5b38c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/jobs/kubernetes-security/generated-security-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3063,6 +3063,7 @@ presubmits:
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/density/100_nodes/override.yaml
- --test-cmd-args=--testoverrides=./testing/load/gce/throughput_override.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=100m
- --use-logexporter
Expand Down Expand Up @@ -3127,6 +3128,7 @@ presubmits:
- --test-cmd-args=--report-dir=/workspace/_artifacts
- --test-cmd-args=--testconfig=testing/density/config.yaml
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=240m
- --use-logexporter
Expand Down Expand Up @@ -3192,6 +3194,7 @@ presubmits:
- --test-cmd-args=--testconfig=testing/density/config.yaml
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/density/2000_nodes/override.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=540m
- --use-logexporter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ presubmits:
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/density/100_nodes/override.yaml
- --test-cmd-args=--testoverrides=./testing/load/gce/throughput_override.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=100m
- --use-logexporter
Expand Down Expand Up @@ -90,6 +91,7 @@ presubmits:
- --test-cmd-args=--report-dir=/workspace/_artifacts
- --test-cmd-args=--testconfig=testing/density/config.yaml
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=240m
- --use-logexporter
Expand Down Expand Up @@ -139,6 +141,7 @@ presubmits:
- --test-cmd-args=--testconfig=testing/density/config.yaml
- --test-cmd-args=--testconfig=testing/load/config.yaml
- --test-cmd-args=--testoverrides=./testing/density/2000_nodes/override.yaml
- --test-cmd-args=--testoverrides=./testing/experiments/enable_dns_probes.yaml
- --test-cmd-name=ClusterLoaderV2
- --timeout=540m
- --use-logexporter
Expand Down

0 comments on commit 6e5b38c

Please sign in to comment.