Skip to content

Commit 63a2af4

Browse files
authored
Merge pull request #33447 from pohly/scheduler-perf-json-output
scheduler-perf: keep `go test` JSON output for debugging
2 parents e18d59e + 82d61f9 commit 63a2af4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,9 @@ periodics:
746746
env:
747747
- name: KUBE_TIMEOUT
748748
value: --timeout=2h25m
749+
# Keep the unprocessed `go test` JSON output for debugging.
750+
- name: KUBE_KEEP_VERBOSE_TEST_OUTPUT
751+
value: "y"
749752
- name: TEST_PREFIX
750753
value: BenchmarkPerfScheduling
751754
# Set the benchtime to a very low value so every test is ran at most once

0 commit comments

Comments
 (0)