NEW 200690
results.webkit.org: Support uploading archives associated with test run
https://bugs.webkit.org/show_bug.cgi?id=200690
Summary results.webkit.org: Support uploading archives associated with test run
Jonathan Bedard
Reported 2019-08-13 15:01:31 PDT
When we run layout tests, we have an archive associated with that test run. Currently, we store these archives in Buildbot. This is a problem because they're difficult to search through in an automated fashion and they take up a lot of space. Instead, we should support uploading these archives to the results database.
Attachments
Patch (60.05 KB, patch)
2019-08-13 15:03 PDT, Jonathan Bedard
no flags
Jonathan Bedard
Comment 1 2019-08-13 15:03:56 PDT
Jonathan Bedard
Comment 2 2019-08-14 08:52:18 PDT
I'm going to keep the combined diff around in this change, Aakash wants me to break it up to make it easier to review.
Aakash Jain
Comment 3 2019-08-21 06:03:54 PDT
I am not very clear on the purpose of this change. What's the benefit of uploading archive as opposed to uploading parsed text data?
Jonathan Bedard
Comment 4 2019-08-21 07:16:46 PDT
(In reply to Aakash Jain from comment #3) > I am not very clear on the purpose of this change. What's the benefit of > uploading archive as opposed to uploading parsed text data? The parsed data is quite general, just test names and whether they passed or failed. The archive may have much more detailed data, such as crash logs or (in the case of layout tests) the actual test diffs.
Note You need to log in before you can comment on or make changes to this bug.