Skip to content

Commit

Permalink
sig-scalability: keep more detailed JUnit for scheduler_perf job
Browse files Browse the repository at this point in the history
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
#33809
  • Loading branch information
pohly committed Nov 21, 2024
1 parent 2fa9abe commit 91e665d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91e665d

Please sign in to comment.