Use taskcluster package instead of REST API in taskgraph
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox146 fixed)
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: abhishekmadan, Assigned: abhishekmadan)
References
Details
Attachments
(7 files, 2 obsolete 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 |
| Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Comment 2•7 months ago
|
||
Updated•7 months ago
|
Comment 3•7 months ago
|
||
Taskgraph no longer supports Python 3.8. When we try to vendor the
latest version, the Python toolchain builds fail because they're using
Ubuntu 18.04 and have Python 3.8 installed.
Given both Python 3.8 and Ubuntu 18.04, upgrade to Ubuntu 22.04 which
comes with Python 3.10 by default.
Comment 4•7 months ago
|
||
These internal functions have been removed from Taskgraph v17
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 7•7 months ago
|
||
Backed out for causing toolchain failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/d96767e86cb2698742921cc6f1bb57096ec47b15
Comment 8•7 months ago
|
||
Taskgraph now uses the Taskcluster client library, which url encodes the
artifact path prior to making the request.
Comment 9•7 months ago
|
||
Comment 10•7 months ago
|
||
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 11•7 months ago
|
||
Comment 12•7 months ago
|
||
Comment 13•7 months ago
|
||
Backed out because it affects Taskcluster actions.
Comment 14•7 months ago
|
||
Updated•7 months ago
|
Comment 15•7 months ago
|
||
Comment 16•7 months ago
|
||
Comment 17•7 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b0a481a79e1f
https://hg.mozilla.org/mozilla-central/rev/ae7d9f461b83
https://hg.mozilla.org/mozilla-central/rev/12b6b99f5346
https://hg.mozilla.org/mozilla-central/rev/5e038632de94
https://hg.mozilla.org/mozilla-central/rev/2041248c55f2
https://hg.mozilla.org/mozilla-central/rev/f8f210c7a81d
https://hg.mozilla.org/mozilla-central/rev/05a7f41cd3fc
Updated•7 months ago
|
Updated•7 months ago
|
Description
•