Skip to content

Commit 4824a1c

Browse files
authored
[release/6.0-staging] Remove Windows 7 helix queues
Backport of #100981 to release/6.0-staging ## Customer Impact - [ ] Customer reported - [X] Found internally Due to changing internal requirements, Helix is decomissioning the Win7 queues. As a result, we need to stop sending work to them before they are turned off (as any build that uses them after that point will fail. ## Regression - [ ] Yes - [X] No ## Testing Infrastructure-only removal of a queue, no testing necessary. ## Risk Low: Simple removal of a Helix queue. We do lose some test coverage, but we can't keep the queue around. **IMPORTANT**: If this backport is for a servicing release, please verify that: - The PR target branch is `release/X.0-staging`, not `release/X.0`. - If the change touches code that ships in a NuGet package, you have added the necessary [package authoring](https://github.com/dotnet/runtime/blob/main/docs/project/library-servicing.md) and gotten it explicitly reviewed.
1 parent eeb75c9 commit 4824a1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eng/pipelines/libraries/helix-queues-setup.yml

-3
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,15 @@ jobs:
147147
# netcoreapp
148148
- ${{ if notIn(parameters.jobParameters.framework, 'net48') }}:
149149
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
150-
- Windows.7.Amd64.Open
151150
- Windows.10.Amd64.ServerRS5.Open
152151
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
153152
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
154-
- Windows.7.Amd64.Open
155153
- Windows.10.Amd64.ServerRS5.Open
156154
- Windows.Amd64.Server2022.Open
157155
- ${{ if ne(parameters.jobParameters.isFullMatrix, true) }}:
158156
- ${{ if eq(parameters.jobParameters.buildConfig, 'Release') }}:
159157
- Windows.Amd64.Server2022.Open
160158
- ${{ if eq(parameters.jobParameters.buildConfig, 'Debug') }}:
161-
- Windows.7.Amd64.Open
162159
- Windows.Amd64.Server2022.Open
163160

164161
# .NETFramework

0 commit comments

Comments
 (0)