Bug 1832303 - Add Windows platform to custom-car tests in mach try perf. r=perftest-reviewers,sparky

We now have windows custom chromium-as-release available in-tree for windows 64 platform.
This patch makes those tasks available for selection via mach try perf.

Differential Revision: https://phabricator.services.mozilla.com/D177671
This commit is contained in:
Kash Shampur 2023-05-11 13:08:34 +00:00
Родитель 80eeda0179
Коммит f725b26d0c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -162,7 +162,7 @@ class ClassificationProvider:
"query": "'custom-car",
"negation": "!custom-car",
"restriction": check_for_custom_car,
"platforms": [Platforms.LINUX.value],
"platforms": [Platforms.LINUX.value, Platforms.WINDOWS.value],
},
}