mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1836078 - Update taskgraph to support comm-esr115 r=rjl,releng-reviewers,taskgraph-reviewers,jcristau, a=dmeehan
Depends on D180026 Differential Revision: https://phabricator.services.mozilla.com/D180027
This commit is contained in:
parent
8851d1d1b6
commit
035cee762d
@ -841,6 +841,7 @@ class ThunderbirdMixin(object):
|
||||
# The list below list should be updated when we have new ESRs.
|
||||
esr_candidate_trees = [
|
||||
"releases/comm-esr102",
|
||||
"releases/comm-esr115",
|
||||
]
|
||||
|
||||
|
||||
|
@ -20,6 +20,7 @@ RELEASE_PROJECTS = {
|
||||
"comm-central",
|
||||
"comm-beta",
|
||||
"comm-esr102",
|
||||
"comm-esr115",
|
||||
}
|
||||
|
||||
RELEASE_PROMOTION_PROJECTS = {
|
||||
|
@ -62,6 +62,7 @@ SIGNING_SCOPE_ALIAS_TO_PROJECT = [
|
||||
"mozilla-esr115",
|
||||
"comm-beta",
|
||||
"comm-esr102",
|
||||
"comm-esr115",
|
||||
},
|
||||
],
|
||||
]
|
||||
@ -108,6 +109,7 @@ BEETMOVER_SCOPE_ALIAS_TO_PROJECT = [
|
||||
"mozilla-esr115",
|
||||
"comm-beta",
|
||||
"comm-esr102",
|
||||
"comm-esr115",
|
||||
},
|
||||
],
|
||||
]
|
||||
@ -178,6 +180,7 @@ BALROG_SCOPE_ALIAS_TO_PROJECT = [
|
||||
{
|
||||
"mozilla-release",
|
||||
"comm-esr102",
|
||||
"comm-esr115",
|
||||
},
|
||||
],
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user