-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
Currently, we are using osx.1200.amd64.open
and osx.1200.arm64.open
for dotnet/runtime Apple simulator and MacCatalyst jobs.
runtime/eng/pipelines/libraries/helix-queues-setup.yml
Lines 99 to 105 in 8a9d492
# iOS Simulator/Mac Catalyst arm64 | |
- ${{ if in(parameters.platform, 'maccatalyst_arm64', 'iossimulator_arm64') }}: | |
- OSX.1200.Arm64.Open | |
# iOS/tvOS Simulator x64 & MacCatalyst x64 | |
- ${{ if in(parameters.platform, 'iossimulator_x64', 'tvossimulator_x64', 'maccatalyst_x64') }}: | |
- OSX.1200.Amd64.Open |
runtime/eng/pipelines/coreclr/templates/helix-queues-setup.yml
Lines 35 to 41 in 8a9d492
# iOS Simulator/Mac Catalyst arm64 | |
- ${{ if in(parameters.platform, 'maccatalyst_arm64', 'iossimulator_arm64') }}: | |
- OSX.1200.Arm64.Open | |
# iOS/tvOS Simulator x64 & MacCatalyst x64 | |
- ${{ if in(parameters.platform, 'iossimulator_x64', 'tvossimulator_x64', 'maccatalyst_x64') }}: | |
- OSX.1200.Amd64.Open |
Since macOS 12 is after its EOL, we should migrate to queues with newer macOS version.
Potential candidates based on the current capacity of the queues are:
- macOS 15 arm64 (not fully populated, ±19 devices currently)
- macOS 15 x64
- macOS 14 arm64
- macOS 13 x64
- macOS 13 arm64
- main: [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to
osx.14.arm64.open
andosx.15.amd64.open
queues #113313 - release/9.0: [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to
osx.14.arm64.open
andosx.15.amd64.open
queues #114617 - release/8.0: [release/8.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to
osx.14.arm64.open
andosx.15.amd64.open
queues #114633