Upload results XML for warning stable builds#608
Conversation
vstinner
left a comment
There was a problem hiding this comment.
Which service is going to consume (remove) these XML files? In the past, these XML files filled the disk.
|
There's a daily cronjob that removes anything from That said, I've never actually used these files, so I don't have much in the way of opinion on whether to upload more of them :). No objection if they're useful to someone. |
|
They're used by the release status dashboard that I look at every day.
That's perfect :) |
Oh ok, I'm fine with that. |
Would it make sense to save the JUnit result file for warnings builds, at least for stable builders on the main branch?
This would allow the dashboard to list tests that failed first, then succeeded on the re-run. If that happens in a test that isn't traditionally flaky, it would be good to investigate it.
As for this PR, I don't think this is the proper way to do things, but, I'm not sure what would be a good way. Any pointers would be welcome.