RESOLVED FIXED 221263
[build.webkit.org] unzip layout-test-results in background
https://bugs.webkit.org/show_bug.cgi?id=221263
Summary [build.webkit.org] unzip layout-test-results in background
Aakash Jain
Reported 2021-02-02 08:58:56 PST
Unzipping layout-test-results might take a long time (few minutes), especially with a S3 mount for results. e.g.: 8 minutes in https://build.webkit-dev.org/#/builders/28/builds/5 However, while unzipping is done on server, we don't really need to block the build during that time, we can move the unzip operation to background so that the bot can process the next build.
Attachments
Patch (1.48 KB, patch)
2021-02-02 09:01 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2021-02-02 09:01:54 PST
Aakash Jain
Comment 2 2021-02-02 09:04:15 PST
Ling configured AWS lambda to automatically unzip the zip files created on results volume. Sample run: https://build.webkit-dev.org/#/builders/32/builds/20
EWS
Comment 3 2021-02-02 10:23:45 PST
Committed r272220: <https://trac.webkit.org/changeset/272220> All reviewed patches have been landed. Closing bug and clearing flags on attachment 419006 [details].
Radar WebKit Bug Importer
Comment 4 2021-02-02 10:24:57 PST
Aakash Jain
Comment 5 2021-02-08 07:35:03 PST
Temporarily reverted this on the server (on 2021-02-06) since the lambda was timing out.
Note You need to log in before you can comment on or make changes to this bug.