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

[android][infra] Validate .NET 10 Android functionality across different API versions #107868

Open
5 tasks
matouskozak opened this issue Sep 16, 2024 · 2 comments
Open
5 tasks

Comments

@matouskozak
Copy link
Member

Why

Android versions come with broad range of different API versions. Currently, most of our testing uses only API 29 (e.g. Android emulators Ubuntu.2204.Amd64.Android.29.Open). However, in .NET 10, we support API levels 21 and higher. We should periodically test functionality on different API versions.

How

There is a prepared set of emulator queues with different API versions with naming: ubuntu.2204.amd64.android.<API> (where <API> goes from 21 to 32, if needed ask dnceng to include other API levels). To validate the functionality, we can open a PR which sends Android emulator jobs to all these different queues. An example of past PR used to validate different API versions #106951, #64341. Finally, we must verify the results from all queues to make sure the functionality is correct across supported API levels.

What

This verification makes the most sense to be done on the pre-release branch of dotnet/runtime. Optionally, we can also verify servicing branches if we await any issues. Throughout the release cycle, this validation should be performed periodically to prevent unexpected issues caused by un-tested API levels.

This verification should be performed periodically throughout the Preview and RC release cycle, an example of verification schedule:

  • Preview 1
  • Preview 3
  • Preview 5
  • Preview 7
  • RC2
Copy link
Contributor

Tagging subscribers to 'arch-android': @vitek-karas, @simonrozsival, @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

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

@matouskozak matouskozak changed the title [android][infra] Validate .NET 9 Android functionality across different API versions [android][infra] Validate .NET 10 Android functionality across different API versions Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant