[android] Add support for running workitems on specified Android emulator API levels
- Dominant language
- C#
- Stars
- 189
- Forks
- 67
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 29
Description
DNCENG team prepared a "multi" queue for Android API level testing which contains pre-installed emulators covering all API levels. We need to add support in xharness to be able to select on which emulators the workitems should run. More context is described in https://github.com/dotnet/dnceng/issues/5074#issuecomment-3186040770.
_(Previously, we would have a dedicated queue for each API level, thus sending a workitem to specific queue would equal running on that API level.)_
### Requirements
- Specify which API levels to use
- Start emulators for specified API levels (the "multi" queue does NOT start emulators by default)
- Reported results should be distinguishable if the same workitem is run on multiple API levels
### Current support
https://github.com/dotnet/xharness/blob/main/src/Microsoft.DotNet.XHarness.CLI/CommandArguments/Android/Arguments/ApiVersionArgument.cs#L7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.