Skip to content

Clean up platform ordering a bit #8708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions ui/helpers/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ export const thHosts = {
export const thPlatformMap = {
linux32: 'Linux x86',
'linux-shippable': 'Linux x86 Shippable',
'linux32-devedition': 'Linux x86 DevEdition',
'linux-devedition': 'Linux x86 DevEdition',
'linux32-shippable': 'Linux x86 Shippable',
'linux-devedition': 'Linux x86 DevEdition',
'linux32-devedition': 'Linux x86 DevEdition',
'linux1804-32-qr': 'Linux 18.04 x86',
'linux1804-32-shippable-qr': 'Linux 18.04 x86 Shippable',
linux64: 'Linux',
'linux64-asan': 'Linux asan',
'linux64-asan-reporter': 'Linux asan reporter',
'linux64-add-on-devel': 'Linux addon',
'linux64-devedition': 'Linux DevEdition',
'linux64-qr': 'Linux',
'linux64-shippable': 'Linux Shippable',
'linux64-devedition': 'Linux DevEdition',
'linux64-ccov': 'Linux CCov',
'linux64-noopt': 'Linux NoOpt',
'linux64-aarch64': 'Linux AArch64',
Expand Down Expand Up @@ -79,17 +79,17 @@ export const thPlatformMap = {
'macosx1100-64-shippable': 'macOS 11 Shippable',
'macosx1100-64-shippable-qr': 'macOS 11 Shippable',
'macosx1100-64-aarch64-qr': 'macOS 11 AArch64',
'macosx1100-64-aarch64-shippable-qr': 'macOS 11 AArch64 Shippable',
'macosx1100-aarch64-qr': 'macOS 11 AArch64',
'macosx1100-64-aarch64-shippable-qr': 'macOS 11 AArch64 Shippable',
'macosx1100-aarch64-shippable-qr': 'macOS 11 AArch64 Shippable',
'macosx1300-64-shippable-qr': 'macOS 13 Shippable',
'macosx1400-64-shippable-qr': 'macOS 14.00 Shippable',
'macosx1500-64': 'macOS 15 AArch64',
'macosx1500-aarch64': 'macOS 15 AArch64',
'macosx1500-aarch64-shippable': 'macOS 15 AArch64 Shippable',
'macosx1470-64': 'macOS 14.70',
'macosx1470-64-shippable': 'macOS 14.70 Shippable',
'macosx1470-64-devedition': 'macOS 14.70 DevEdition',
'macosx1500-64': 'macOS 15 AArch64',
'macosx1500-aarch64': 'macOS 15 AArch64',
'macosx1500-aarch64-shippable': 'macOS 15 AArch64 Shippable',
macosx64: 'macOS',
osx: 'macOS',
'macosx64-shippable': 'macOS Shippable',
Expand Down Expand Up @@ -127,21 +127,21 @@ export const thPlatformMap = {
'windows11-64-qr': 'Windows 11',
'windows11-64-shippable-qr': 'Windows 11 Shippable',
'windows11-64-2009-qr': 'Windows 11 22H2',
'windows11-64-24h2': 'Windows 11 24H2',
'windows11-64-24h2-devedition': 'Windows 11 24H2 DevEdition',
'windows11-64-24h2-shippable': 'Windows 11 24H2 Shippable',
'windows11-64-24h2-ccov': 'Windows 11 24H2 CCov',
'windows11-64-24h2-mingwclang': 'Windows 11 24H2 MinGW',
'windows11-64-2009-asan-qr': 'Windows 11 2009 asan',
'windows11-64-2009-shippable-qr': 'Windows 11 2009 Shippable',
'windows11-64-2009-devedition-qr': 'Windows 11 2009 DevEdition',
'windows11-64-2009-ccov-qr': 'Windows 11 22H2 CCov',
'windows11-64-2009-mingwclang-qr': 'Windows 11 2009 MinGW',
'windows11-64-2009-hw-ref': 'Windows 11 2009 Ref HW',
'windows11-64-2009-hw-ref-shippable': 'Windows 11 22H2 Ref HW Shippable',
'windows11-64-24h2-hw-ref': 'Windows 11 22H2',
'windows11-64-24h2-hw-ref-shippable': 'Windows 11 22H2 Shippable',
'windows11-64-24h2-nightlyasrelease': 'Windows 11 22H2 NightlyAsRelease',
'windows11-64-24h2': 'Windows 11 24H2',
'windows11-64-24h2-devedition': 'Windows 11 24H2 DevEdition',
'windows11-64-24h2-shippable': 'Windows 11 24H2 Shippable',
'windows11-64-24h2-ccov': 'Windows 11 24H2 CCov',
'windows11-64-24h2-mingwclang': 'Windows 11 24H2 MinGW',
'windows11-64-24h2-hw-ref': 'Windows 11 24H2',
'windows11-64-24h2-hw-ref-shippable': 'Windows 11 24H2 Shippable',
'windows11-64-24h2-nightlyasrelease': 'Windows 11 24H2 NightlyAsRelease',
'windows2012-32': 'Windows x86',
'windows2012-32-shippable': 'Windows x86 Shippable',
'windows2012-32-add-on-devel': 'Windows x86 addon',
Expand Down