Backed out changeset e9cec41e7772 (bug 1458819) for linting failure on /testing/mozharness/configs/builds/branch_specifics.py:104:5. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2018-07-31 22:44:08 +03:00
Родитель 9669df786c
Коммит 888682e5d5
1 изменённых файлов: 0 добавлений и 76 удалений

Просмотреть файл

@ -172,82 +172,6 @@ config = {
},
},
},
'mozilla-esr60': {
'enable_release_promotion': True,
'repo_path': 'releases/mozilla-esr60',
'update_channel': 'esr',
'branch_uses_per_checkin_strategy': True,
'platform_overrides': {
'linux': {
# We keep using the release configs as the beta and release configs are
# identical except for
# https://searchfox.org/mozilla-central/rev/ce9ff94ffed34dc17ec0bfa406156d489eaa8ee1/browser/config/mozconfigs/linux32/release#1 # noqa
'mozconfig_variant': 'release',
'force_clobber': True,
},
'linux64': {
'mozconfig_variant': 'release',
'force_clobber': True,
},
'macosx64': {
'mozconfig_variant': 'release',
'force_clobber': True,
},
'win32': {
'mozconfig_variant': 'release',
'force_clobber': True,
},
'win64': {
'mozconfig_variant': 'release',
'force_clobber': True,
},
'linux-debug': {
'update_channel': 'default',
},
'linux64-debug': {
'update_channel': 'default',
},
'linux64-asan-debug': {
'update_channel': 'default',
},
'linux64-asan': {
'update_channel': 'default',
},
'linux64-st-an-debug': {
'update_channel': 'default',
},
'linux64-st-an': {
'update_channel': 'default',
},
'linux64-add-on-devel': {
'update_channel': 'default',
},
'macosx64-debug': {
'update_channel': 'default',
},
'macosx64-st-an': {
'update_channel': 'default',
},
'macosx64-st-an-debug': {
'update_channel': 'default',
},
'macosx64-add-on-devel': {
'update_channel': 'default',
},
'win32-debug': {
'update_channel': 'default',
},
'win32-add-on-devel': {
'update_channel': 'default',
},
'win64-debug': {
'update_channel': 'default',
},
'win64-add-on-devel': {
'update_channel': 'default',
},
},
},
'mozilla-beta': {
'enable_release_promotion': 1,
'repo_path': 'releases/mozilla-beta',