Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 12, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue 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 dotnet/dnceng#5074 (comment).

(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 at the XHarnessAndroidWorkItem
  • 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/arcade/blob/main/src/Microsoft.DotNet.Helix/Sdk/CreateXHarnessAndroidWorkItems.cs

Related xharness item

dotnet/xharness#1459

Fixes #16129.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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

Successfully merging this pull request may close these issues.

[android] Add support for running workitems on specified Android emulator API levels
2 participants