Unify command line handling between standalone and gecko taskgraphs
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox93 fixed)
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(10 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Currently gecko taskgraph is implemented as a mach_commands.py
file and standalone taskgraph implements the cli in main.py
(which is absent in gecko taskgraph).
This bug will sync main.py
into gecko and then refactor the mach_commands.py
to use it. The gecko taskgraph has a bunch of cli features that don't exist in standalone. For now I'll aim to leave these in mach_commands.py
, though we may eventually wish to upstream some of them to standalone (this will be left for a follow-up bugs).
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D122520
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D122521
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D122522
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D122523
Assignee | ||
Comment 6•4 years ago
|
||
Depends on D122524
Assignee | ||
Comment 7•4 years ago
|
||
This matches the similar command in standalone taskgraph.
Depends on D122526
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 11•4 years ago
|
||
This syncs in the latest 'main.py' from standalone taskgraph and refactors
mach_commands.py to use it.
Assignee | ||
Comment 12•4 years ago
|
||
A drive-by fix I noticed.
Depends on D122778
Comment 13•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7d7c18031ad8
https://hg.mozilla.org/mozilla-central/rev/94dc0216cc89
https://hg.mozilla.org/mozilla-central/rev/62795119c234
https://hg.mozilla.org/mozilla-central/rev/57bed0e90166
https://hg.mozilla.org/mozilla-central/rev/c6b1b814b1f8
https://hg.mozilla.org/mozilla-central/rev/24be2a25cdef
https://hg.mozilla.org/mozilla-central/rev/a935d1217a4d
Comment 14•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 15•4 years ago
|
||
Comment 16•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e2712f329b8c
https://hg.mozilla.org/mozilla-central/rev/61127b8f451c
Description
•