Closed
Bug 1484012
Opened 5 years ago
Closed 5 years ago
Use `fetch-content` to download input in repackage tasks
Categories
(Release Engineering :: Release Automation: Other, enhancement)
Release Engineering
Release Automation: Other
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: tomprince, Assigned: tomprince)
References
Details
Attachments
(7 files)
46 bytes,
text/x-phabricator-request
|
ahal
:
review+
gps
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
gps
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
gps
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
gps
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
gps
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
Callek
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
Callek
:
review+
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Rather than trying to parse strings, just pass a json blob. This will allow us to easily do things like mark artifacts to be left unextracted.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
generic-worker transparently compresses uncompressed artifacts. Teach fetch-content to decompress those artifacts.
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Comment 8•5 years ago
|
||
Comment on attachment 9001774 [details] Bug 1484012: [fetch-content] Add an option to not unpack downloaded artifacts; r?gps Gregory Szorc [:gps] has approved the revision.
Attachment #9001774 -
Flags: review+
Comment 9•5 years ago
|
||
Comment on attachment 9001776 [details] Bug 1484012: [fetch-content] Add support for downloading private artifacts; r?gps Gregory Szorc [:gps] has approved the revision.
Attachment #9001776 -
Flags: review+
Comment 10•5 years ago
|
||
Comment on attachment 9001777 [details] Bug 1484012: [taskgraph] Allow windows mozharness tasks to use `fetch-content`; r?gps Gregory Szorc [:gps] has approved the revision.
Attachment #9001777 -
Flags: review+
Comment 11•5 years ago
|
||
Comment on attachment 9001778 [details] Bug 1484012: [mozharness] Hard-code repackage input/output directories, since they don't vary meaningfully; r?Callek Justin Wood (:Callek) has approved the revision.
Attachment #9001778 -
Flags: review+
Comment 12•5 years ago
|
||
Comment on attachment 9001780 [details] Bug 1484012: [mozharness] Use fetch-content to download inputs in repackage tasks; r?Callek Justin Wood (:Callek) has approved the revision.
Attachment #9001780 -
Flags: review+
Comment 13•5 years ago
|
||
Comment on attachment 9001773 [details] Bug 1484012: [fetch-content] Pass `MOZ_FETCHES` as json; r?gps,ahal Andrew Halberstadt [:ahal] has approved the revision.
Attachment #9001773 -
Flags: review+
Comment 14•5 years ago
|
||
Comment on attachment 9001773 [details] Bug 1484012: [fetch-content] Pass `MOZ_FETCHES` as json; r?gps,ahal Gregory Szorc [:gps] has approved the revision.
Attachment #9001773 -
Flags: review+
Comment 15•5 years ago
|
||
Comment on attachment 9001775 [details] Bug 1484012: [fetch-content] Transparently decompress artifacts; r?gps Gregory Szorc [:gps] has approved the revision.
Attachment #9001775 -
Flags: review+
Comment 16•5 years ago
|
||
Pushed by mozilla@hocat.ca: https://hg.mozilla.org/integration/mozilla-inbound/rev/a163c35b868f [fetch-content] Pass `MOZ_FETCHES` as json; r=gps,ahal https://hg.mozilla.org/integration/mozilla-inbound/rev/99ba9748f549 [fetch-content] Add an option to not unpack downloaded artifacts; r=gps https://hg.mozilla.org/integration/mozilla-inbound/rev/bd9d1bad72b6 [fetch-content] Transparently decompress artifacts; r=gps https://hg.mozilla.org/integration/mozilla-inbound/rev/fa7466bb8cf8 [fetch-content] Add support for downloading private artifacts; r=gps https://hg.mozilla.org/integration/mozilla-inbound/rev/9ea8c3b04f72 [taskgraph] Allow windows mozharness tasks to use `fetch-content`; r=gps https://hg.mozilla.org/integration/mozilla-inbound/rev/a55c12f57d37 [mozharness] Hard-code repackage input/output directories, since they don't vary meaningfully; r=Callek https://hg.mozilla.org/integration/mozilla-inbound/rev/5c6511e28eff [mozharness] Use fetch-content to download inputs in repackage tasks; r=Callek
Comment 17•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a163c35b868f https://hg.mozilla.org/mozilla-central/rev/99ba9748f549 https://hg.mozilla.org/mozilla-central/rev/bd9d1bad72b6 https://hg.mozilla.org/mozilla-central/rev/fa7466bb8cf8 https://hg.mozilla.org/mozilla-central/rev/9ea8c3b04f72 https://hg.mozilla.org/mozilla-central/rev/a55c12f57d37 https://hg.mozilla.org/mozilla-central/rev/5c6511e28eff
You need to log in
before you can comment on or make changes to this bug.
Description
•