RESOLVED FIXED 203263
[ews] Download the build archive from master when download from S3 fails
https://bugs.webkit.org/show_bug.cgi?id=203263
Summary [ews] Download the build archive from master when download from S3 fails
Aakash Jain
Reported 2019-10-22 12:47:23 PDT
[ews] Download the build archive from master when download from S3 fails. This would act as a fallback option when S3 is having problems (like it is having currently).
Attachments
Patch (6.65 KB, patch)
2019-10-22 12:55 PDT, Aakash Jain
no flags
Patch (6.60 KB, patch)
2019-10-22 13:23 PDT, Aakash Jain
jbedard: review+
Aakash Jain
Comment 1 2019-10-22 12:55:30 PDT
Jonathan Bedard
Comment 2 2019-10-22 13:04:53 PDT
Comment on attachment 381585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381585&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:1313 > + if rc == FAILURE: Should this be rc != SUCCESS? > Tools/BuildSlaveSupport/ews-build/steps.py:1321 > + WithProperties(EWS_URL + 'ews-archives.webkit.org/%(fullPlatform)s-%(architecture)s-%(configuration)s/%(patch_id)s.zip')] This looks wrong. It would resolve to 'https://ews-build.webkit.org/ews-archives.webkit.org/....'
Aakash Jain
Comment 3 2019-10-22 13:23:33 PDT
Comment on attachment 381585 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381585&action=review >> Tools/BuildSlaveSupport/ews-build/steps.py:1313 >> + if rc == FAILURE: > > Should this be rc != SUCCESS? This is fine, we don't want to add that step in case of WARNINGS, SKIPPED or EXCEPTION. We use similar logic at other places as well, e.g.: https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/steps.py#L108 >> Tools/BuildSlaveSupport/ews-build/steps.py:1321 >> + WithProperties(EWS_URL + 'ews-archives.webkit.org/%(fullPlatform)s-%(architecture)s-%(configuration)s/%(patch_id)s.zip')] > > This looks wrong. It would resolve to 'https://ews-build.webkit.org/ews-archives.webkit.org/....' And that's why we have code-reviews. Thanks for noticing. Fixed in updated patch.
Aakash Jain
Comment 4 2019-10-22 13:23:44 PDT
Aakash Jain
Comment 5 2019-10-22 13:27:03 PDT
Aakash Jain
Comment 6 2019-10-22 13:40:09 PDT
Radar WebKit Bug Importer
Comment 7 2019-10-22 13:41:18 PDT
Aakash Jain
Comment 8 2019-10-22 17:08:16 PDT
Deployed in production few hours back. Example of situation where this change helped: https://ews-build.webkit.org/#/builders/14/builds/5251
Note You need to log in before you can comment on or make changes to this bug.