Flaky test reporter and retryer won't work well for duplicated repo names #2107
Labels
bug
Something isn't working
kind/good-first-issue
Denotes an issue ready for a new contributor.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
When flaky test reporter generate report files, the file name will only contain the repo name, see https://github.com/knative/test-infra/blob/master/tools/flaky-test-reporter/jsonreport/jsonreport.go#L78, and flaky test retryer will only get the report with the repo name. This normally works well, but will have problems for sure if there are duplicated repo names under different orgs.
The fix would be also appending the org name in the name of the report artifact.
/bug
The text was updated successfully, but these errors were encountered: