Skip to content

Commit 3f83ceb

Browse files
authored
[Helix] Go back to 1604 for now (#22514)
1804 doesn't have enough cores to support our volume right now
1 parent 9eaef28 commit 3f83ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/targets/Helix.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- PR(ci.yaml) required queues -->
2222
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64'">
23-
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
23+
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
2424
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
2525
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" />
2626
</ItemGroup>
@@ -29,7 +29,7 @@
2929
<ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'">
3030
<HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" />
3131
<HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
32-
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
32+
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" />
3333
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" />
3434
<HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" />
3535
<HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" />

0 commit comments

Comments
 (0)