@@ -34,6 +34,8 @@ export const thPlatformMap = {
34
34
'linux32-devedition' : 'Linux x86 DevEdition' ,
35
35
'linux1804-32-qr' : 'Linux 18.04 x86' ,
36
36
'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' ,
37
39
linux64 : 'Linux' ,
38
40
'linux64-asan' : 'Linux asan' ,
39
41
'linux64-asan-reporter' : 'Linux asan reporter' ,
@@ -59,6 +61,13 @@ export const thPlatformMap = {
59
61
'linux2204-64-wayland-shippable' : 'Linux 22.04 Wayland Shippable' ,
60
62
'linux64-nightlyasrelease' : 'Linux NightlyAsRelease' ,
61
63
'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' ,
62
71
'linux64-snap' : 'Linux Snap' ,
63
72
'osx-cross' : 'macOS' ,
64
73
'osx-cross-aarch64' : 'macOS AArch64' ,
0 commit comments