Bug 1723381 - Make the new Windows 10 2004 jobs have a more readable names (#7227)

This commit is contained in:
Michelle 2021-08-03 18:00:39 +02:00 коммит произвёл GitHub
Родитель 94bfedefd1
Коммит 83fe95d7aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -102,6 +102,11 @@ export const thPlatformMap = {
'windows10-64-mingwclang-qr': 'Windows 10 x64 MinGW WebRender',
'windows10-aarch64': 'Windows 10 AArch64',
'windows10-aarch64-qr': 'Windows 10 AArch64 WebRender',
'windows10-64-2004-ccov-qr': 'Windows 10 x64 2004 CCov WebRender',
'windows10-64-2004-qr': 'Windows 10 x64 2004 WebRender',
'windows10-64-2004-asan-qr': 'Windows 10 x64 2004 asan WebRender',
'windows10-64-2004-shippable-qr': 'Windows 10 x64 2004 WebRender Shippable',
'windows10-64-2004-devedition-qr': 'Windows 10 x64 2004 WebRender DevEdition',
'windows2012-32': 'Windows 2012',
'windows2012-32-shippable': 'Windows 2012 Shippable',
'windows2012-32-add-on-devel': 'Windows 2012 addon',