[Webkit-unassigned] [Bug 174261] New: Teach buildbot to download archives from s3
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 7 10:33:27 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=174261
Bug ID: 174261
Summary: Teach buildbot to download archives from s3
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lforschler at apple.com
CC: lforschler at apple.com
We are now storing built product archives on s3. We need to teach our build workers to use these archives.
This will involve teaching the download/extract tool about the location of the s3 object.
I see two options:
1. Retrieve the archive via the aws/s3 tool
this is probably the easiest, but will require installing the AWS tools on the bot. I'd prefer not to introduce another dependency.
2. Retrieve the archive via https
this is likely the cleanest solution, since the files on s3 are public and served via https.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170707/d39a5624/attachment-0001.html>
More information about the webkit-unassigned
mailing list