From b618f365c15437f9c9d6daa82eb55bfd4958c445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janek=20=C5=81ukaszewicz?= Date: Tue, 13 Aug 2019 17:13:13 +0200 Subject: [PATCH] Enable DNS probes in k/k presubmits. --- config/jobs/kubernetes-security/generated-security-jobs.yaml | 3 +++ .../sig-scalability/sig-scalability-presubmit-jobs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/jobs/kubernetes-security/generated-security-jobs.yaml b/config/jobs/kubernetes-security/generated-security-jobs.yaml index f4bbc8011259..c118838ff191 100644 --- a/config/jobs/kubernetes-security/generated-security-jobs.yaml +++ b/config/jobs/kubernetes-security/generated-security-jobs.yaml @@ -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 @@ -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 @@ -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 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 605ec525cb00..79dad5c46410 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