Skip to content

Commit

Permalink
Bug 1873203 - add pretty names for recently added build and test plat…
Browse files Browse the repository at this point in the history
…forms
  • Loading branch information
Archaeopteryx committed Jan 18, 2024
1 parent d9341f2 commit e91eb1c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ui/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export const thPlatformMap = {
'linux1804-64-asan-qr': 'Linux 18.04 x64 WebRender asan',
'linux1804-64-tsan-qr': 'Linux 18.04 x64 WebRender tsan',
'linux1804-64-ccov-qr': 'Linux 18.04 x64 CCov WebRender',
'linux2204-64-wayland': 'Linux 22.04 x64 Wayland',
'linux2204-64-wayland-shippable': 'Linux 22.04 x64 Wayland Shippable',
'linux64-nightlyasrelease': 'Linux x64 NightlyAsRelease',
'linux1804-64-nightlyasrelease-qr':
'Linux 18.04 x64 NightlyAsRelease WebRender',
'osx-cross': 'OS X Cross Compiled',
'osx-cross-aarch64': 'OS X AArch64 Cross Compiled',
'osx-shippable': 'OS X Cross Compiled Shippable',
Expand All @@ -52,11 +57,17 @@ export const thPlatformMap = {
'macosx1015-64-devedition-qr': 'OS X 10.15 WebRender DevEdition',
'macosx1100-64-qr': 'OS X 11 WebRender',
'macosx1100-64-shippable-qr': 'OS X 11 WebRender Shippable',
'macosx1100-64-aarch64-qr': 'OS X 11 AArch64 WebRender Shippable',
'macosx1300-64-shippable-qr': 'macOS 13 x64 Shippable WebRender',
macosx64: 'OS X',
osx: 'OS X',
'macosx64-shippable': 'OS X Shippable',
'macosx64-devedition': 'OS X DevEdition',
'macosx64-aarch64': 'OS X AArch64',
'osx-nightlyasrelease': 'OS X NightlyAsRelease',
'macosx64-nightlyasrelease': 'macOS x64 NightlyAsRelease',
'macosx1015-64-nightlyasrelease-qr':
'OS X 10.15 x64 NightlyAsRelease WebRender',
'win32-shippable': 'Windows x86 Shippable',
'win32-devedition': 'Windows x86 DevEdition',
'windows7-32-qr': 'Windows 7 WebRender',
Expand All @@ -78,10 +89,13 @@ export const thPlatformMap = {
'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-2009-shippable-qr': 'Windows 10 x64 2009 Shippable WebRender',
'windows10-64-2009-qr': 'Windows 10 x64 2009 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',
'windows10-64-2004-mingwclang-qr': 'Windows 10 x64 2004 MinGW WebRender',
'windows11-64': 'Windows 11 x64',
'windows11-64-2009-qr': 'Windows 11 x64 22H2 WebRender',
'windows11-64-2009-asan-qr': 'Windows 11 x64 22H2 asan WebRender',
'windows11-64-2009-shippable-qr': 'Windows 11 x64 22H2 WebRender Shippable',
Expand All @@ -105,7 +119,11 @@ export const thPlatformMap = {
'windows-mingw32': 'Windows MinGW',
win32: 'Windows x86',
win64: 'Windows x64',

'win64-aarch64-shippable': 'Windows AArch64 Shippable',
'win64-aarch64-devedition': 'Windows AArch64 DevEdition',
'win64-nightlyasrelease': 'Windows x64 NightlyAsRelease WebRender',
'windows10-64-nightlyasrelease-qr':
'Windows 10 x64 NightlyAsRelease WebRender',
'android-4-1-armv7': 'Android 4.1 ARMv7',
'android-4-1-x86': 'Android 4.1 x86',
'android-4-1-x86-shippable-lite': 'Android 4.1 x86 Lite Shippable',
Expand Down

0 comments on commit e91eb1c

Please sign in to comment.