Skip to content

Commit 2e6c738

Browse files
committed
Test scouting queues
1 parent ac18581 commit 2e6c738

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

tests/integration-tests/Apple/Device.Commands.Tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.13.amd64.iphone.open"/>
4+
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
55
</ItemGroup>
66

77
<PropertyGroup>

tests/integration-tests/Apple/Device.iOS.Tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.13.amd64.iphone.open"/>
4+
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
55

66
<!-- apple test / ios-device -->
77
<XHarnessAppleProject Include="TestAppBundle.proj">

tests/integration-tests/Apple/Device.tvOS.Tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.13.amd64.appletv.open"/>
4+
<HelixTargetQueue Include="osx.amd64.appletv.scouting.open"/>
55

66
<!-- apple test / tvos-device -->
77
<XHarnessAppleProject Include="TestAppBundle.proj">

tests/integration-tests/Apple/Simulator.Commands.Tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.13.amd64.open"/>
4+
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
55
</ItemGroup>
66

77
<PropertyGroup>

tests/integration-tests/Apple/Simulator.Tests.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.15.amd64.open"/>
5-
<HelixTargetQueue Include="osx.14.arm64.open"/>
4+
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
5+
<!-- <HelixTargetQueue Include="osx.14.arm64.open"/> -->
66

77
<!-- apple test / ios-simulator-64 -->
88
<XHarnessAppleProject Include="TestAppBundle.proj">

tests/integration-tests/Apple/SimulatorInstaller.Tests.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.DotNet.Helix.Sdk">
22

33
<ItemGroup>
4-
<HelixTargetQueue Include="osx.13.amd64.open"/>
4+
<HelixTargetQueue Include="osx.amd64.iphone.scouting.open"/>
55

66
<HelixWorkItem Include="SimulatorInstaller.Tests">
77
<PayloadDirectory>$(RepoRoot)\tests\integration-tests\Apple\helix-payloads</PayloadDirectory>

0 commit comments

Comments
 (0)