Skip to content

Commit e91eb1c

Browse files
committed
Bug 1873203 - add pretty names for recently added build and test platforms
1 parent d9341f2 commit e91eb1c

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ui/helpers/constants.js

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ export const thPlatformMap = {
3131
'linux1804-64-asan-qr': 'Linux 18.04 x64 WebRender asan',
3232
'linux1804-64-tsan-qr': 'Linux 18.04 x64 WebRender tsan',
3333
'linux1804-64-ccov-qr': 'Linux 18.04 x64 CCov WebRender',
34+
'linux2204-64-wayland': 'Linux 22.04 x64 Wayland',
35+
'linux2204-64-wayland-shippable': 'Linux 22.04 x64 Wayland Shippable',
36+
'linux64-nightlyasrelease': 'Linux x64 NightlyAsRelease',
37+
'linux1804-64-nightlyasrelease-qr':
38+
'Linux 18.04 x64 NightlyAsRelease WebRender',
3439
'osx-cross': 'OS X Cross Compiled',
3540
'osx-cross-aarch64': 'OS X AArch64 Cross Compiled',
3641
'osx-shippable': 'OS X Cross Compiled Shippable',
@@ -52,11 +57,17 @@ export const thPlatformMap = {
5257
'macosx1015-64-devedition-qr': 'OS X 10.15 WebRender DevEdition',
5358
'macosx1100-64-qr': 'OS X 11 WebRender',
5459
'macosx1100-64-shippable-qr': 'OS X 11 WebRender Shippable',
60+
'macosx1100-64-aarch64-qr': 'OS X 11 AArch64 WebRender Shippable',
61+
'macosx1300-64-shippable-qr': 'macOS 13 x64 Shippable WebRender',
5562
macosx64: 'OS X',
5663
osx: 'OS X',
5764
'macosx64-shippable': 'OS X Shippable',
5865
'macosx64-devedition': 'OS X DevEdition',
5966
'macosx64-aarch64': 'OS X AArch64',
67+
'osx-nightlyasrelease': 'OS X NightlyAsRelease',
68+
'macosx64-nightlyasrelease': 'macOS x64 NightlyAsRelease',
69+
'macosx1015-64-nightlyasrelease-qr':
70+
'OS X 10.15 x64 NightlyAsRelease WebRender',
6071
'win32-shippable': 'Windows x86 Shippable',
6172
'win32-devedition': 'Windows x86 DevEdition',
6273
'windows7-32-qr': 'Windows 7 WebRender',
@@ -78,10 +89,13 @@ export const thPlatformMap = {
7889
'windows10-aarch64-qr': 'Windows 10 AArch64 WebRender',
7990
'windows10-64-2004-ccov-qr': 'Windows 10 x64 2004 CCov WebRender',
8091
'windows10-64-2004-qr': 'Windows 10 x64 2004 WebRender',
92+
'windows10-64-2009-shippable-qr': 'Windows 10 x64 2009 Shippable WebRender',
93+
'windows10-64-2009-qr': 'Windows 10 x64 2009 WebRender',
8194
'windows10-64-2004-asan-qr': 'Windows 10 x64 2004 asan WebRender',
8295
'windows10-64-2004-shippable-qr': 'Windows 10 x64 2004 WebRender Shippable',
8396
'windows10-64-2004-devedition-qr': 'Windows 10 x64 2004 WebRender DevEdition',
8497
'windows10-64-2004-mingwclang-qr': 'Windows 10 x64 2004 MinGW WebRender',
98+
'windows11-64': 'Windows 11 x64',
8599
'windows11-64-2009-qr': 'Windows 11 x64 22H2 WebRender',
86100
'windows11-64-2009-asan-qr': 'Windows 11 x64 22H2 asan WebRender',
87101
'windows11-64-2009-shippable-qr': 'Windows 11 x64 22H2 WebRender Shippable',
@@ -105,7 +119,11 @@ export const thPlatformMap = {
105119
'windows-mingw32': 'Windows MinGW',
106120
win32: 'Windows x86',
107121
win64: 'Windows x64',
108-
122+
'win64-aarch64-shippable': 'Windows AArch64 Shippable',
123+
'win64-aarch64-devedition': 'Windows AArch64 DevEdition',
124+
'win64-nightlyasrelease': 'Windows x64 NightlyAsRelease WebRender',
125+
'windows10-64-nightlyasrelease-qr':
126+
'Windows 10 x64 NightlyAsRelease WebRender',
109127
'android-4-1-armv7': 'Android 4.1 ARMv7',
110128
'android-4-1-x86': 'Android 4.1 x86',
111129
'android-4-1-x86-shippable-lite': 'Android 4.1 x86 Lite Shippable',

0 commit comments

Comments
 (0)