From 91e665d24ccddddc37d0e2721cbb226e2b1264ac Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Thu, 21 Nov 2024 18:20:06 +0100 Subject: [PATCH] sig-scalability: keep more detailed JUnit for scheduler_perf job Instead of combining all tests under their package, each test is listed separately. This makes it more visible how long each test runs. This mirrors the corresponding change made earlier in https://github.com/kubernetes/test-infra/pull/33809 --- .../sig-scalability/sig-scalability-periodic-jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml b/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml index 8bf145e7840e..12a157219a42 100644 --- a/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml +++ b/config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml @@ -761,6 +761,10 @@ periodics: # We have to explicitly disable --short flag because the script enables by default. - name: SHORT value: --short=false + # Capture success/failure and duration for each individual test case instead + # of reducing everything at the package level. + - name: KUBE_PRUNE_JUNIT_TESTS + value: "false" # We need to constraint compute resources so all the tests # finish approximately at the same time. More compute power # can increase scheduling throughput and make consequent results