forked from mirrors/gecko-dev
Bug 1661673 - make esr78 not next-esr.r=releng-reviewers,aki DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D88591
This commit is contained in:
parent
f1c2353722
commit
dcad44f932
4 changed files with 6 additions and 6 deletions
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
firefox-stub: stub-installer
|
firefox-stub: stub-installer
|
||||||
firefox-msi-latest-ssl: msi
|
firefox-msi-latest-ssl: msi
|
||||||
firefox-pkg-latest-ssl: pkg
|
firefox-pkg-latest-ssl: pkg
|
||||||
mozilla-esr68:
|
mozilla-esr78:
|
||||||
# when there is one ESR branch both sets of aliases work
|
# when there is one ESR branch both sets of aliases work
|
||||||
# when there are two ESR branches ...
|
# when there are two ESR branches ...
|
||||||
# ... these always point to the older branch
|
# ... these always point to the older branch
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
firefox-esr-latest: installer
|
firefox-esr-latest: installer
|
||||||
firefox-esr-msi-latest-ssl: msi
|
firefox-esr-msi-latest-ssl: msi
|
||||||
firefox-esr-pkg-latest-ssl: pkg
|
firefox-esr-pkg-latest-ssl: pkg
|
||||||
mozilla-esr78:
|
# mozilla-esrXX: XXX - to uncomment when we branch next ESR
|
||||||
# ... these point to the newer branch
|
# ... these point to the newer branch
|
||||||
firefox-esr-next-latest-ssl: installer-ssl
|
firefox-esr-next-latest-ssl: installer-ssl
|
||||||
firefox-esr-next-latest: installer
|
firefox-esr-next-latest: installer
|
||||||
|
|
|
||||||
|
|
@ -30,8 +30,8 @@ job-defaults:
|
||||||
by-release-type:
|
by-release-type:
|
||||||
beta: beta
|
beta: beta
|
||||||
release: candidate
|
release: candidate
|
||||||
esr68: esr/stable
|
esr78: esr/stable
|
||||||
esr78: esr/candidate
|
# esrXX: esr/candidate
|
||||||
default: mock
|
default: mock
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ job-defaults:
|
||||||
default: "56.0b3"
|
default: "56.0b3"
|
||||||
release(-rc)?: "72.0.2"
|
release(-rc)?: "72.0.2"
|
||||||
esr68: "68.0esr"
|
esr68: "68.0esr"
|
||||||
esr78: "78.0esr"
|
esr78: "68.0esr"
|
||||||
default: "default"
|
default: "default"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -1045,7 +1045,7 @@ def target_tasks_release_simulation(full_task_graph, parameters, graph_config):
|
||||||
'nightly': 'mozilla-central',
|
'nightly': 'mozilla-central',
|
||||||
'beta': 'mozilla-beta',
|
'beta': 'mozilla-beta',
|
||||||
'release': 'mozilla-release',
|
'release': 'mozilla-release',
|
||||||
'esr68': 'mozilla-esr68',
|
'esr78': 'mozilla-esr78',
|
||||||
}
|
}
|
||||||
target_project = project_by_release.get(parameters['release_type'])
|
target_project = project_by_release.get(parameters['release_type'])
|
||||||
if target_project is None:
|
if target_project is None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue