-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Adding osx-arm64 Mono Interpreter runtime tests job to extra-platforms #96023
[mono] Adding osx-arm64 Mono Interpreter runtime tests job to extra-platforms #96023
Conversation
Tagging subscribers to this area: @directhex Issue DetailsDescriptionThis PR adds osx-arm64 Mono interpreter runtime tests job to MotivationCurrently, we have coverage for Mono on osx-x64 (miniJIT and interpreter) as part of Until we have sufficient coverage over runtime tests for Apple arm64 mobile platforms it would be good to have at least some coverage for Apple arm64.
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Failures in Error message:
The same tests are passing on runtime osx-x64 miniJIT and interpreter CI jobs. Edit: disabled and tracked #96051 |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
This reverts commit 891b7bc.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
@steveisok - do we need approval from any infra folks for this PR? |
I don't think so, the additional job targets osx_arm64 and we usually have enough capacity there. |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
…latforms (dotnet#96023) * Add osx_arm64 Mono interpreter runtime tests to runtime-extra-platforms CI
Description
This PR adds osx-arm64 Mono interpreter runtime tests job to
runtime-extra-platforms
.Motivation
Currently, we have coverage for Mono on osx-x64 (miniJIT and interpreter) as part of
runtime
CI job but we are lacking coverage over arm64 for Apple platforms. We have Mono jobs running on Apple arm64 (ios/tvos_arm64_AllSubsets_Mono_RuntimeTests
) but these are running very limited set of runtime tests (#84254). We need this coverage for testing Swift Interop support.Until we have sufficient coverage over runtime tests for Apple arm64 mobile platforms it would be good to have at least some coverage for Apple arm64.