Skip to content

Commit c0c569a

Browse files
authored
Add pretty names for linux 24.04 (bug 1970133) (#8741)
1 parent 27303e6 commit c0c569a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ui/helpers/constants.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export const thPlatformMap = {
3434
'linux32-devedition': 'Linux x86 DevEdition',
3535
'linux1804-32-qr': 'Linux 18.04 x86',
3636
'linux1804-32-shippable-qr': 'Linux 18.04 x86 Shippable',
37+
'linux2404-32': 'Linux 24.04 x86',
38+
'linux2404-32-shippable': 'Linux 24.04 x86 Shippable',
3739
linux64: 'Linux',
3840
'linux64-asan': 'Linux asan',
3941
'linux64-asan-reporter': 'Linux asan reporter',
@@ -59,6 +61,13 @@ export const thPlatformMap = {
5961
'linux2204-64-wayland-shippable': 'Linux 22.04 Wayland Shippable',
6062
'linux64-nightlyasrelease': 'Linux NightlyAsRelease',
6163
'linux1804-64-nightlyasrelease-qr': 'Linux 18.04 NightlyAsRelease',
64+
'linux2404-64': 'Linux 24.04',
65+
'linux2404-64-shippable': 'Linux 24.04 Shippable',
66+
'linux2404-64-devedition': 'Linux 24.04 DevEdition',
67+
'linux2404-64-asan': 'Linux 24.04 asan',
68+
'linux2404-64-tsan': 'Linux 24.04 tsan',
69+
'linux2404-64-ccov': 'Linux 24.04 CCov',
70+
'linux2404-64-nightlyasrelease': 'Linux 24.04 NightlyAsRelease',
6271
'linux64-snap': 'Linux Snap',
6372
'osx-cross': 'macOS',
6473
'osx-cross-aarch64': 'macOS AArch64',

0 commit comments

Comments
 (0)