Closed
Bug 1213772
Opened 9 years ago
Closed 6 years ago
openh264 builds need to support uploading in brave new S3 world
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nthomas, Unassigned)
References
Details
Doesn't truly block bug 1213721, we can manually work around.
testing/mozharness/scripts/openh264_build.py makes a call to self.rsync_upload_directory(), which will upload to ~ffxbld/openh264 by default.
This won't be available after we transition to S3 hosting. It's either post_upload or re-invent the process (direct to S3 bucket for Cisco to pick up?)
Reporter | ||
Updated•9 years ago
|
Summary: openh264 builds need support upload to S3 → openh264 builds need to support uploading in brave new S3 world
Reporter | ||
Comment 1•9 years ago
|
||
Callek, what did you end up doing for v1.5 ?
Flags: needinfo?(bugspam.Callek)
Comment 2•9 years ago
|
||
(In reply to Nick Thomas [:nthomas] from comment #1)
> Callek, what did you end up doing for v1.5 ?
for 1.5[.x] it used the rsync to stage.m.o, (home dir) I manually scp'd and moved some stuff around during this since we don't have the logic for *all* the things (e.g. android x86 and android arm).
We still need to figure out an s3-aware solution.
Flags: needinfo?(bugspam.Callek)
Comment 3•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
We could just push these to a bucket which Cisco can GET from ? With a signed manifest ftw.
Reporter | ||
Comment 5•8 years ago
|
||
Callek, I think we did a openh264 in the last year, how did we handle uploads ?
Flags: needinfo?(bugspam.Callek)
Comment 6•8 years ago
|
||
I manually scp'd them to a local system. Future plan is roughly a Taskcluster upload to a private/ bucket.
https://bugzilla.mozilla.org/show_bug.cgi?id=1286533#c6 has my latest work.
Flags: needinfo?(bugspam.Callek)
Comment 7•7 years ago
|
||
Bulk change of QA Contact to :jlund, per https://bugzilla.mozilla.org/show_bug.cgi?id=1428483
QA Contact: coop → jlund
Reporter | ||
Comment 8•6 years ago
|
||
This is superceded by the work dminor did in bug 1513000 to build on taskcluster, and the resulting files are artifacts there.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•3 years ago
|
Component: Custom Release Requests → Release Requests
You need to log in
before you can comment on or make changes to this bug.
Description
•