Run the desktop partner repacks from a run-task script instead of mozharness
Categories
(Release Engineering :: Applications: MozharnessCore, task, P3)
Tracking
(firefox159 fixed)
| Tracking | Status | |
|---|---|---|
| firefox159 | --- | fixed |
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Replace the mozharness wrapper around partner_repack.py with a shell script under run-task. This must be tested on a staging release.
| Assignee | ||
Comment 1•5 days ago
|
||
desktop_partner_repacks.py only fetched the GitHub ssh key, downloaded the repo tool, ran repo init and sync with retries, and then invoked mach python partner_repack.py. partner-repack.sh does the same four steps with the task environment the transform already provided, plus REPACK_* variables for the version, build number, platform, partners and locale limit that used to travel as MOZHARNESS_OPTIONS. The ssh key comes from the same secret through the taskcluster proxy, which run-task tasks with an hg checkout already enable. The public/logs artifact goes with the mozharness log. The task graph for mr-promote-firefox is otherwise unchanged in scopes, dependencies and features.
| Assignee | ||
Comment 2•5 days ago
|
||
desktop_partner_repacks.py only fetched the GitHub ssh key, downloaded
the repo tool, ran repo init and repo sync with retries, and then
invoked mach python partner_repack.py. partner-repack.sh does the
same four steps with the task environment the transform already
provided, plus REPACK_* variables for the version, build number,
platform, partners and locale limit that used to travel as
MOZHARNESS_OPTIONS. The ssh key comes from the same secret through the
taskcluster proxy, which run-task tasks with an hg checkout already
enable. The public/logs artifact goes with the mozharness log. The
task graph for mr-promote-firefox is otherwise unchanged in scopes,
dependencies and features.
Updated•5 days ago
|
Comment 4•1 day ago
|
||
| Assignee | ||
Updated•1 day ago
|
Comment 6•1 day ago
|
||
| bugherder | ||
Description
•