Closed
Bug 1836078
Opened 2 years ago
Closed 2 years ago
Update Gecko Taskgraph to support esr115
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox-esr115 fixed, firefox115 fixed, firefox116 fixed)
RESOLVED
FIXED
116 Branch
People
(Reporter: hneiva, Assigned: hneiva)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-esr115+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1766928 +++
Diffs from last ticket:
https://hg.mozilla.org/integration/autoland/rev/ec38c0929c7e
https://hg.mozilla.org/integration/autoland/rev/9ae12c9e4c24
Prior art: bug 1766928 (ESR102)
Assignee | ||
Comment 1•2 years ago
|
||
Change required in config.yml
diff --git a/taskcluster/ci/config.yml b/taskcluster/ci/config.yml
--- a/taskcluster/ci/config.yml
+++ b/taskcluster/ci/config.yml
@@ -531,18 +531,18 @@ merge-automation:
release-to-esr:
fetch-version-from: "browser/config/version.txt"
version-files:
- filename: "browser/config/version_display.txt"
new-suffix: 'esr'
replacements: []
merge-old-head: false
end-tag: "FIREFOX_ESR_{major_version}_BASE"
- to-repo: 'https://hg.mozilla.org/releases/mozilla-esr102'
- to-branch: 'esr102'
+ to-repo: 'https://hg.mozilla.org/releases/mozilla-esr115'
+ to-branch: 'esr115'
bump-central:
fetch-version-from: "browser/config/version.txt"
version-files:
- filename: "config/milestone.txt"
version-bump: "major"
new-suffix: 'a1'
- filename: "browser/config/version.txt"
version-bump: "major"
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D180026
Pushed by hneiva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aaa5b5683327
Update gecko taskgraph to support ESR115 r=releng-reviewers,taskgraph-reviewers,jcristau
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Comment 6•2 years ago
|
||
bugherder uplift |
status-firefox115:
--- → fixed
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/integration/autoland/rev/ee97746e487c
Update taskgraph to support comm-esr115 r=rjl,releng-reviewers,taskgraph-reviewers,jcristau
Comment 8•2 years ago
|
||
bugherder |
Comment 9•2 years ago
|
||
Comment on attachment 9337577 [details]
Bug 1836078 - Update taskgraph to support comm-esr115 r?#releng,rjl
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: This is taskgraph configuration code necessary for Thunderbird 115 to build.
- User impact if declined: Human sacrifice! Dogs and cats living together! Mass hysteria! No Thunderbird 115?
- Fix Landed on Version: 116 nightly
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This code updates every year and pretty much works. I apologize it landed in 116 late and was missed when the rest was uplifted to beta.
Attachment #9337577 -
Flags: approval-mozilla-esr115?
Comment 10•2 years ago
|
||
Donal -- could you please uplift comment 8's commit to m-beta/esr115 ?
Flags: needinfo?(dmeehan)
Comment 11•2 years ago
|
||
Comment on attachment 9337577 [details]
Bug 1836078 - Update taskgraph to support comm-esr115 r?#releng,rjl
Approved for 115.0esr
Flags: needinfo?(dmeehan)
Attachment #9337577 -
Flags: approval-mozilla-esr115? → approval-mozilla-esr115+
Comment 12•2 years ago
|
||
bugherder uplift |
status-firefox-esr115:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•