Loading taskcluster/ci/release-bouncer-aliases/kind.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading taskcluster/ci/release-snap-push/kind.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading taskcluster/ci/release-update-verify-config/kind.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading taskcluster/taskgraph/target_tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -1046,7 +1046,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: Loading Loading
taskcluster/ci/release-bouncer-aliases/kind.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading
taskcluster/ci/release-snap-push/kind.yml +2 −2 Original line number Diff line number Diff line Loading @@ -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: Loading
taskcluster/ci/release-update-verify-config/kind.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
taskcluster/taskgraph/target_tasks.py +1 −1 Original line number Diff line number Diff line Loading @@ -1046,7 +1046,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: Loading