Commit 8109d6ca authored by Mihai Tabara's avatar Mihai Tabara
Browse files

Bug 1661673 - make esr78 not next-esr. r=aki, a=RyanVM

parent 70e13ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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: