Skip to content

Commit 8093d4c

Browse files
committed
Update Helix queue
1 parent 40babca commit 8093d4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Helix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Helix is the distributed test platform that we use to run tests. We build a helix payload that contains the publish directory of every test project that we want to test
44
send a job with with this payload to a set of queues for the various combinations of OS that we want to test
5-
for example: `Windows.10.Amd64.ClientRS4.VS2017.Open`, `OSX.1100.Amd64.Open`, `Ubuntu.1804.Amd64.Open`. Helix takes care of unzipping, running the job, and reporting results.
5+
for example: `Windows.10.Amd64.ClientRS4.VS2017.Open`, `OSX.1200.Amd64.Open`, `Ubuntu.1804.Amd64.Open`. Helix takes care of unzipping, running the job, and reporting results.
66

77
For more info about helix see: [SDK](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md), [JobSender](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md)
88

eng/scripts/RunHelix.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Mariner
1313
Redhat.7.Amd64.Open
1414
Ubuntu.2004.Amd64.Open
15-
OSX.1100.Amd64.Open
15+
OSX.1200.Amd64.Open
1616
Windows.10.Amd64.Server20H2.Open
1717
Windows.11.Amd64.Client.Open
1818
Windows.Amd64.Server2022.Open

eng/targets/Helix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' != 'true'">
2323
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" />
2424
<HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" />
25-
<HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="OSX" />
25+
<HelixAvailableTargetQueue Include="OSX.1200.Amd64.Open" Platform="OSX" />
2626
</ItemGroup>
2727

2828
<!-- x64 Queues for public helix-matrix.yml and quarantine pipelines, except in windows-only cases -->

0 commit comments

Comments
 (0)