Remove last vestiges of comm-central specific configs from gecko_taskgraph
Categories
(Thunderbird :: Build Config, task)
Tracking
(thunderbird_esr115 fixed, thunderbird125 affected, thunderbird126 fixed)
People
(Reporter: rjl, Assigned: rjl)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
rjl
:
approval-comm-esr115+
|
Details | Review |
gecko_taskgraph.util.attributes has constants like TRUNK_PROJECTS. RELEASE_PROJECTS, etc as well as mappings from projects to scriptworker scopes. Thunderbird projects are in there as well.
Time to split out Thunderbird projects into comm_taskgraph.
Assignee | ||
Comment 1•10 months ago
|
||
This gets most of the comm_taskgraph project-related bits out of gecko_taskgraph.
At least the code that needs updating every year when its time for a new ESR
repo.
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•10 months ago
|
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/c4e331f42a25
Read project & scriptworker attributes from comm_taskgraph.util.taskgraph_attributes. r=dandarnell
Assignee | ||
Comment 3•10 months ago
|
||
Comment on attachment 9396765 [details]
Bug 1891542 - Read project & scriptworker attributes from comm_taskgraph.util.taskgraph_attributes. r=#thunderbird-build-system-reviewers
[Approval Request Comment]
Regression caused by (bug #): N/A
User impact if declined: None - infra only
Testing completed (on c-c, etc.): needs verification on beta and with a staging release from c-esr115
Risk to taking this patch (and alternatives if risky):
Low enough risk. This enables us to switch comm-esr115 to an "esr115" release type in CI. This is essential for the release2esr channel migration and the next step in monthly releases.
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Comment 4•10 months ago
|
||
Comment on attachment 9396765 [details]
Bug 1891542 - Read project & scriptworker attributes from comm_taskgraph.util.taskgraph_attributes. r=#thunderbird-build-system-reviewers
[Triage Comment]
Approved for esr115 by wsmwk via Matrix.
Approving for beta by rjl for completeness.
Assignee | ||
Comment 5•10 months ago
|
||
bugherder uplift |
Thunderbird 115.10.2:
https://hg.mozilla.org/releases/comm-esr115/rev/d7529a12f550
Assignee | ||
Comment 6•10 months ago
|
||
backout bugherder uplift |
Backout Thunderbird 115.10.2:
https://hg.mozilla.org/releases/comm-esr115/rev/776ef12d6a00
Assignee | ||
Comment 7•10 months ago
|
||
bugherder uplift |
Thunderbird 115.10.2:
https://hg.mozilla.org/releases/comm-esr115/rev/c00947d50287
Assignee | ||
Comment 8•10 months ago
|
||
bugherder uplift |
Thunderbird 126.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/d86d13804e28
Assignee | ||
Comment 9•10 months ago
|
||
Broke beta too. Backing out on comm-beta and comm-central.
Assignee | ||
Comment 10•10 months ago
|
||
Backout comm-central:
https://hg.mozilla.org/comm-central/rev/2a9270dddd4f
Assignee | ||
Comment 11•10 months ago
|
||
backout bugherder uplift |
Backout comm-beta:
https://hg.mozilla.org/releases/comm-beta/rev/dac93ed912b0
Comment 12•10 months ago
|
||
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/bcd6c89fecac
Read project & scriptworker attributes from comm_taskgraph.util.taskgraph_attributes. r=dandarnell
Description
•