Skip to content
代码片段 群组 项目
未验证 提交 71219a7a 编辑于 作者: github-actions[bot]'s avatar github-actions[bot] 提交者: GitHub
浏览文件

[release/6.0] Add Win11 helix-matrix/quarantine queue, remove win7/8 (#36349)


* Add Win11 helix-matrix/quarantine queue, remove win7/8

* Add 6.0 config

* Fix Win

Co-authored-by: default avatarWill Godbe <wigodbe@microsoft.com>
上级 70b7975e
No related branches found
No related tags found
无相关合并请求
......@@ -12,6 +12,7 @@ schedules:
branches:
include:
- release/5.0
- release/6.0
always: false
variables:
......
......@@ -10,6 +10,7 @@ trigger:
include:
- main
- release/5.0
- release/6.0
# Run PR validation on branches that include Helix tests
pr:
......
......@@ -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 -->
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册