Skip to content

Commit

Permalink
Enable DNS probes in k/k presubmits.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxddr committed Aug 13, 2019
1 parent 3d36316 commit b618f36
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 @@ -2926,6 +2926,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 @@ -2990,6 +2991,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 @@ -3055,6 +3057,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 b618f36

Please sign in to comment.