Bug 188031 - [ews-build] Add build steps DownloadBuiltProduct and ExtractBuiltProduct
Summary: [ews-build] Add build steps DownloadBuiltProduct and ExtractBuiltProduct
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-07-25 17:09 PDT by Aakash Jain
Modified: 2018-07-25 17:26 PDT (History)
5 users (show)

See Also:


Attachments
Proposed patch (4.21 KB, patch)
2018-07-25 17:12 PDT, Aakash Jain
lforschler: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2018-07-25 17:09:24 PDT
Builders on OpenSource EWS buildbot should archive the built product and upload the archive to the server, so that the testers can download the archive and run the tests. This would also help in re-using the archives for various kind of testers (WK1, WK2 etc.), being more efficient and speed-up the overall system.

For that, we should add DownloadBuiltProduct and ExtractBuiltProduct build steps.
Comment 1 Aakash Jain 2018-07-25 17:12:00 PDT
Created attachment 345804 [details]
Proposed patch

Sample run: http://ews-build.webkit-uat.org/#/builders/18/builds/26
Comment 2 Aakash Jain 2018-07-25 17:12:50 PDT
Comment on attachment 345804 [details]
Proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=345804&action=review

> Tools/BuildSlaveSupport/ews-build/steps.py:29
> +EWS_URL = 'http://ews-build.webkit-uat.org/'

Note that this URL would be updated later on when the server is deployed in production.
Comment 3 EWS Watchlist 2018-07-25 17:14:04 PDT Comment hidden (obsolete)
Comment 4 Aakash Jain 2018-07-25 17:24:03 PDT
Committed r234220: <https://trac.webkit.org/changeset/234220>
Comment 5 Radar WebKit Bug Importer 2018-07-25 17:26:45 PDT
<rdar://problem/42605103>