Skip to content

Commit

Permalink
Disabling x86 Win7&8.1 helix test runs (dotnet#32233)
Browse files Browse the repository at this point in the history
These runs are failing frequently based on Client are fully patched.
  • Loading branch information
ViktorHofer authored Feb 13, 2020
1 parent 036fb07 commit eee28de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions eng/pipelines/libraries/helix-queues-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,16 @@ jobs:
# netcoreapp
- ${{ if notIn(parameters.jobParameters.framework, 'allConfigurations', 'net472') }}:
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
- Windows.7.Amd64.Open
- Windows.81.Amd64.Open
# TODO: Reopen when https://github.com/dotnet/runtime/issues/32231 is fixed
#- Windows.7.Amd64.Open
#- Windows.81.Amd64.Open
- Windows.10.Amd64.ServerRS5.Open
- Windows.10.Amd64.Server19H1.Open
- ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
- ${{ if eq(parameters.jobParameters.buildConfig, 'Release') }}:
- Windows.7.Amd64.Open
- Windows.81.Amd64.Open
# TODO: Reopen when https://github.com/dotnet/runtime/issues/32231 is fixed
#- Windows.7.Amd64.Open
#- Windows.81.Amd64.Open
- Windows.10.Amd64.Server19H1.ES.Open
- ${{ if eq(parameters.jobParameters.buildConfig, 'Debug') }}:
- Windows.10.Amd64.Server19H1.Open
Expand Down

0 comments on commit eee28de

Please sign in to comment.