Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 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.amd64.iphone.scouting.open"/>
<HelixTargetQueue Include="osx.15.amd64.iphone.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.amd64.iphone.scouting.open"/>
<HelixTargetQueue Include="osx.15.amd64.iphone.open"/>

<!-- apple test / ios-device -->
<XHarnessAppleProject Include="TestAppBundle.proj">
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/Apple/Device.tvOS.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.appletv.open"/>
<HelixTargetQueue Include="osx.15.amd64.appletv.open"/>

<!-- apple test / tvos-device -->
<XHarnessAppleProject Include="TestAppBundle.proj">
Expand Down
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.open"/>
<HelixTargetQueue Include="osx.15.amd64.open"/>
</ItemGroup>

<PropertyGroup>
Expand Down
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.open"/>
<HelixTargetQueue Include="osx.15.amd64.open"/>

<HelixWorkItem Include="SimulatorInstaller.Tests">
<PayloadDirectory>$(RepoRoot)\tests\integration-tests\Apple\helix-payloads</PayloadDirectory>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This folder includes integration tests projects for different support platforms
They are used in end-to-end testing scenarios and are referenced from `azure-pipelines-public.yml` E2E templates.

In the relevant `*.proj` files one can configure various setting for execution on Helix like:
- configuring the Helix queue (e.g., `osx.13.amd64.iphone.open` via `HelixTargetQueue` item group)
- configuring the Helix queue (e.g., `osx.15.amd64.iphone.open` via `HelixTargetQueue` item group)
- app bundle to download, send to Helix and test (e.g., `System.Buffers.Tests.app`)
- etc.

Expand Down
Loading