From dcf8b82d7fa8445de7a59751261338d065f86d84 Mon Sep 17 00:00:00 2001 From: Antoni Zawodny Date: Fri, 6 Nov 2020 12:41:54 +0100 Subject: [PATCH] Enable test failure on logexporter failures in all scalability test jobs --- .../sig-scalability/sig-scalability-presets.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml b/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml index 6f69f6da1f23..950e6cbe9d3d 100644 --- a/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml +++ b/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml @@ -94,6 +94,10 @@ presets: # instead of relying on the deprecated one from k/k repository. - name: USE_KUBEKINS_LOG_DUMPING value: "true" + # If log dumping of nodes is enabled and logexporter creation fails or less than 50 % + # of the nodes got logexported successfully, then report a failure. + - name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE + value: 50 ### kubemark-gce-scale - labels: @@ -220,6 +224,10 @@ presets: # instead of relying on the deprecated one from k/k repository. - name: USE_KUBEKINS_LOG_DUMPING value: "true" + # If log dumping of nodes is enabled and logexporter creation fails or less than 50 % + # of the nodes got logexported successfully, then report a failure. + - name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE + value: 50 ###### Scalability Envs ### Common env variables for containerd scalability-related suites. @@ -292,10 +300,6 @@ presets: - labels: preset-e2e-scalability-periodics: "true" env: - # If log dumping of nodes is enabled and logexporter creation fails or less than 50 % - # of the nodes got logexported successfully, then report a failure. - - name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE - value: 50 - labels: preset-e2e-scalability-periodics-master: "true"