diff --git a/taskcluster/ci/release-bouncer-aliases/kind.yml b/taskcluster/ci/release-bouncer-aliases/kind.yml index 86f43ff25108..b403405abc36 100644 --- a/taskcluster/ci/release-bouncer-aliases/kind.yml +++ b/taskcluster/ci/release-bouncer-aliases/kind.yml @@ -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 diff --git a/taskcluster/ci/release-snap-push/kind.yml b/taskcluster/ci/release-snap-push/kind.yml index 7c1a94c231b0..131698c59c88 100644 --- a/taskcluster/ci/release-snap-push/kind.yml +++ b/taskcluster/ci/release-snap-push/kind.yml @@ -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: diff --git a/taskcluster/ci/release-update-verify-config/kind.yml b/taskcluster/ci/release-update-verify-config/kind.yml index eb3c5f9fa782..806bc4459122 100644 --- a/taskcluster/ci/release-update-verify-config/kind.yml +++ b/taskcluster/ci/release-update-verify-config/kind.yml @@ -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: diff --git a/taskcluster/taskgraph/target_tasks.py b/taskcluster/taskgraph/target_tasks.py index b88f58c33dc6..0ca80ab8b13c 100644 --- a/taskcluster/taskgraph/target_tasks.py +++ b/taskcluster/taskgraph/target_tasks.py @@ -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: