Bug 1896463 - Raise an exception if generating partials tasks for an unknow platform r=releng-reviewers,taskgraph-reviewers,bhearsum

Differential Revision: https://phabricator.services.mozilla.com/D210224
This commit is contained in:
Gabriel Bustamante 2024-05-16 16:19:04 +00:00
Родитель beeb9c220b
Коммит 47d971d24e
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -76,8 +76,6 @@ def get_balrog_platform_name(platform):
def _sanitize_platform(platform):
platform = get_balrog_platform_name(platform)
if platform not in BALROG_PLATFORM_MAP:
return platform
return BALROG_PLATFORM_MAP[platform][0]