Bug 1552422 - correct Balrog scope for comm-esrXX branches. r=tomprince a=jcristau
Copying fix from THUNDERBIRD_60_VERBRANCH on mozilla-esr60.
https://hg.mozilla.org/releases/mozilla-esr60/rev/eae0435135ad6713bf9d776f71b7d7cc3e01756d
Differential Revision:
https://phabricator.services.mozilla.com/D31584
--- a/taskcluster/taskgraph/util/scriptworker.py
+++ b/taskcluster/taskgraph/util/scriptworker.py
@@ -185,26 +185,26 @@ BALROG_SCOPE_ALIAS_TO_PROJECT = [[
], [
'beta', set([
'mozilla-beta',
'comm-beta',
])
], [
'release', set([
'mozilla-release',
+ 'comm-esr60',
+ 'comm-esr68',
])
], [
'esr60', set([
'mozilla-esr60',
- 'comm-esr60',
])
], [
'esr68', set([
'mozilla-esr68',
- 'comm-esr68',
])
]]
"""Map the balrog scope aliases to the actual scopes.
"""
BALROG_SERVER_SCOPES = {
'nightly': 'balrog:server:nightly',
'aurora': 'balrog:server:aurora',