Skip to content

Commit 82d61f9

Browse files
committed
scheduler-perf: keep go test JSON output for debugging
There are issues with gotestsum processing the JSON output of benchmarks. Collecting the original output may help with debugging this. If the files are not too large, then it may be worthwhile to keep this enabled even after fixing the current issue (kubernetes/kubernetes#127245).
1 parent aa32dc8 commit 82d61f9

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)