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:
Mihai Tabara 2020-09-04 20:35:04 +00:00
parent f1c2353722
commit dcad44f932
4 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@ jobs:
firefox-stub: stub-installer
firefox-msi-latest-ssl: msi
firefox-pkg-latest-ssl: pkg
mozilla-esr68:
mozilla-esr78:
# when there is one ESR branch both sets of aliases work
# when there are two ESR branches ...
# ... these always point to the older branch
@ -66,7 +66,7 @@ jobs:
firefox-esr-latest: installer
firefox-esr-msi-latest-ssl: msi
firefox-esr-pkg-latest-ssl: pkg
mozilla-esr78:
# mozilla-esrXX: XXX - to uncomment when we branch next ESR
# ... these point to the newer branch
firefox-esr-next-latest-ssl: installer-ssl
firefox-esr-next-latest: installer

View file

@ -30,8 +30,8 @@ job-defaults:
by-release-type:
beta: beta
release: candidate
esr68: esr/stable
esr78: esr/candidate
esr78: esr/stable
# esrXX: esr/candidate
default: mock
jobs:

View file

@ -62,7 +62,7 @@ job-defaults:
default: "56.0b3"
release(-rc)?: "72.0.2"
esr68: "68.0esr"
esr78: "78.0esr"
esr78: "68.0esr"
default: "default"
jobs:

View file

@ -1045,7 +1045,7 @@ def target_tasks_release_simulation(full_task_graph, parameters, graph_config):
'nightly': 'mozilla-central',
'beta': 'mozilla-beta',
'release': 'mozilla-release',
'esr68': 'mozilla-esr68',
'esr78': 'mozilla-esr78',
}
target_project = project_by_release.get(parameters['release_type'])
if target_project is None: