We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e18d59e + 82d61f9 commit 63a2af4Copy full SHA for 63a2af4
config/jobs/kubernetes/sig-scalability/sig-scalability-periodic-jobs.yaml
@@ -746,6 +746,9 @@ periodics:
746
env:
747
- name: KUBE_TIMEOUT
748
value: --timeout=2h25m
749
+ # Keep the unprocessed `go test` JSON output for debugging.
750
+ - name: KUBE_KEEP_VERBOSE_TEST_OUTPUT
751
+ value: "y"
752
- name: TEST_PREFIX
753
value: BenchmarkPerfScheduling
754
# Set the benchtime to a very low value so every test is ran at most once
0 commit comments