Skip to content

Commit

Permalink
Merge pull request #33826 from pohly/scheduler-perf-periodic-details
Browse files Browse the repository at this point in the history
sig-scalability: keep more detailed JUnit for scheduler_perf job
  • Loading branch information
k8s-ci-robot authored Nov 22, 2024
2 parents e58c249 + 91e665d commit 4b0c6c4
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 4b0c6c4

Please sign in to comment.