- Notifications
You must be signed in to change notification settings - Fork5.2k
[release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs toosx.14.arm64.open andosx.15.amd64.open queues#114617
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This reverts commit8156e31.
matouskozak commentedApr 14, 2025
/azp run runtime-extra-platforms |
| Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area:@akoeplinger,@matouskozak |
akoeplinger commentedApr 14, 2025
Infrastructure-only change, tell mode, applying Servicing-approved. |
matouskozak commentedApr 14, 2025
The |
213cce2 intorelease/9.0-stagingUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Backport of#113313 to release/9.0-staging
/cc@matouskozak
Currently, we are using osx.1200.amd64.open and osx.1200.arm64.open for dotnet/runtime Apple simulator and MacCatalyst jobs. Since macOS 12 is after its EOL, we should migrate to queues with newer macOS version.
iOSSimulator, tvOSSimulator, MacCatalyst pipelines are migrated to:
osx.15.amd64.openosx.14.arm64.open(untilosx.15.arm64.openhas enough machines)Disabling failing tests against tracking issues.
Customer Impact
No impact, CI testing infra change
Regression
[If yes, specify when the regression was introduced. Provide the PR or commit if known.]
Testing
runtime-extra-platformsRisk
Low: CI testing infra change
IMPORTANT: If this backport is for a servicing release, please verify that:
release/X.0-staging, notrelease/X.0.Package authoring no longer needed in .NET 9
IMPORTANT: Starting with .NET 9, you no longer need to edit a NuGet package's csproj to enable building and bump the version.
Keep in mind that we still need package authoring in .NET 8 and older versions.