Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sig-scalability: keep more detailed JUnit for scheduler_perf job #33826

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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