Skip to content

Commit

Permalink
Add Win11 helix-matrix/quarantine queue, remove win7/8 (dotnet#36040)
Browse files Browse the repository at this point in the history
* Add Win11 helix-matrix/quarantine queue, remove win7/8

* Add 6.0 config

* Fix Win
  • Loading branch information
wtgodbe authored Sep 9, 2021
1 parent 8576c4b commit 313f8db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/helix-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ schedules:
branches:
include:
- release/5.0
- release/6.0
always: false

variables:
Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trigger:
include:
- main
- release/5.0
- release/6.0

# Run PR validation on branches that include Helix tests
pr:
Expand Down
4 changes: 1 addition & 3 deletions eng/targets/Helix.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
<!-- x64 Queues for public helix-matrix.yml and quarantine pipelines, Windows cases-->
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true'">
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H2.Open" Platform="Windows" />
<!-- TODO Re-enable Win-7 queue when dotnet restore are fixed. https://github.com/dotnet/aspnetcore/issues/32683 -->
<!-- <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> -->
<HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
<HelixAvailableTargetQueue Include="Windows.11.Amd64.ClientPre.Open" Platform="Windows" />
</ItemGroup>

<!-- x64 Queues for internal helix-matrix.yml and quarantine pipelines -->
Expand Down

0 comments on commit 313f8db

Please sign in to comment.