Skip to content
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

[infra][apple-mobile] Migrate Apple mobile jobs to osx.15.[amd/arm64].open queues #113313

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

matouskozak
Copy link
Member

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.

#113273

Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak
See info in area-owners.md if you want to be subscribed.

@matouskozak matouskozak changed the title [infra][apple-mobile] Migrate Apple mobile jobs to `osx.15.[amd/arm64].open queues [infra][apple-mobile] Migrate Apple mobile jobs to osx.15.[amd/arm64].open queues Mar 10, 2025
@matouskozak
Copy link
Member Author

/azp run runtime-ioslikesimulator, runtime-maccatalyst

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@matouskozak
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@matouskozak
Copy link
Member Author

matouskozak commented Mar 17, 2025

iOS/tvOS simulator (18.1) and MacCatalyst (macOS 15.2) x64 System.Net.Sockets failure:

[FAIL] System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds   Test name: System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds
[09:32:16] dbug: 2025-03-17 09:32:16.239240-0400 System.Net.Sockets.Tests[41262:763854]    Assembly:  [System.Net.Sockets.Tests, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]
[09:32:16] dbug: 2025-03-17 09:32:16.239350-0400 System.Net.Sockets.Tests[41262:763854]    Exception messages: System.Net.Sockets.SocketException : Invalid argument   Exception stack traces:    at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
[09:32:16] dbug: at System.Net.Sockets.Socket.UpdateStatusAfterSocketOptionErrorAndThrowException(SocketError error, String callerName)
[09:32:16] dbug: 2025-03-17 09:32:16.239449-0400 System.Net.Sockets.Tests[41262:763854]    at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent)
[09:32:16] dbug: at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue)
[09:32:16] dbug: 2025-03-17 09:32:16.239544-0400 System.Net.Sockets.Tests[41262:763854]    at System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_Helper(Int32 interfaceIndex)
[09:32:16] dbug: at System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds()

@matouskozak
Copy link
Member Author

/azp run runtime-extra-platforms

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant