-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs to osx.14.arm64.open
and osx.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit 8156e31.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @akoeplinger, @matouskozak |
Infrastructure-only change, tell mode, applying Servicing-approved. |
The |
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.open
osx.14.arm64.open
(untilosx.15.arm64.open
has 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-platforms
Risk
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.