Skip to content

[no-merge][testing] Try iPhone iOS scouting queue on XHarness #1345

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageVersion Include="Mono.Options" Version="6.12.0.148" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Selenium.WebDriver" Version="4.0.0-alpha05" />
<PackageVersion Include="Microsoft.Tools.Mlaunch" Version="1.0.256" />
<PackageVersion Include="Microsoft.Tools.Mlaunch" Version="1.1.14" />
<PackageVersion Include="NUnit" Version="3.13.0" />
<PackageVersion Include="NUnit.Engine" Version="3.13.0" />
<PackageVersion Include="xunit.extensibility.execution" Version="$(XUnitVersion)" />
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/Apple/Device.Commands.Tests.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.DotNet.Helix.Sdk">

<ItemGroup>
<HelixTargetQueue Include="osx.13.amd64.iphone.open"/>
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
</ItemGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/Apple/Device.iOS.Tests.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.DotNet.Helix.Sdk">

<ItemGroup>
<HelixTargetQueue Include="osx.13.amd64.iphone.open"/>
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>

<!-- apple test / ios-device -->
<XHarnessAppleProject Include="TestAppBundle.proj">
Expand Down
Loading