diff --git a/config/jobs/kubernetes-security/generated-security-jobs.yaml b/config/jobs/kubernetes-security/generated-security-jobs.yaml index 5d33e114e0f5..feaa538160c1 100644 --- a/config/jobs/kubernetes-security/generated-security-jobs.yaml +++ b/config/jobs/kubernetes-security/generated-security-jobs.yaml @@ -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 @@ -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 @@ -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 diff --git a/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml b/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml index cbe9edb05406..6173f2620b8b 100644 --- a/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml +++ b/config/jobs/kubernetes/sig-scalability/sig-scalability-presubmit-jobs.yaml @@ -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 @@ -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 @@ -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