mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-05 01:06:49 -04:00
The previous approach was based on the observation that some Prow jobs use the
--report-dir parameter instead of the E2E_REPORT_DIR env variable. Parsing the
command line was necessary to use the --json-report and --junit-report
parameters.
But that is complex and can be avoided by triggering the creation of complete
reports in the E2E test suite. The paths are hard-coded and relative to the
report directory to keep the code simple.
There was a report that k8s-triage started processing more data after
|
||
|---|---|---|
| .. | ||
| junit.go | ||