Skip to content

Commit d14366c

Browse files
authored
Rollback changes breaking rolling builds (#60040)
* Revert "CI matrix update: add Ubuntu 21.04 (#59578)" This reverts commit 127a498. * Revert "CI matrix: add openSUSE 15.2 (#59574)" This reverts commit f9025ae. * Revert "CI matrix change: add Windows.Server.Core.20H2 (#59572)" This reverts commit 5ab435e.
1 parent 127fd5c commit d14366c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- ${{ if eq(parameters.platform, 'Linux_arm64') }}:
3737
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
3838
- (Ubuntu.1804.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-20210106155927-56c6673
39-
- (Ubuntu.2104.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.04-helix-arm64v8-20210922170819-34a2d72
4039
- ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
4140
- (Ubuntu.1804.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-20210106155927-56c6673
4241

@@ -59,7 +58,7 @@ jobs:
5958
- RedHat.7.Amd64.Open
6059
- SLES.15.Amd64.Open
6160
- (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125
62-
- (Ubuntu.2104.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.04-helix-amd64-20210922170909-34a2d72
61+
- (Ubuntu.1910.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-19.10-helix-amd64-cfcfd50-20191030180623
6362
- (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006
6463
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}:
6564
- ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}:
@@ -70,11 +69,10 @@ jobs:
7069
- SLES.12.Amd64.Open
7170
- SLES.15.Amd64.Open
7271
- (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125
73-
- (Ubuntu.2104.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.04-helix-amd64-20210922170909-34a2d72
72+
- (Ubuntu.1910.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-19.10-helix-amd64-cfcfd50-20191030180623
7473
- (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673
7574
- (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64-20210304164428-5a7c380
7675
- (Mariner.1.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620
77-
- (openSUSE.15.2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20210922211241-3cc5714
7876
- ${{ if eq(parameters.jobParameters.isFullMatrix, false) }}:
7977
- (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix-20210714125435-dde38af
8078
- RedHat.7.Amd64.Open
@@ -130,11 +128,9 @@ jobs:
130128
- Windows.81.Amd64.Open
131129
- Windows.10.Amd64.ServerRS5.Open
132130
- Windows.10.Amd64.Server19H1.Open
133-
- Windows.10.Amd64.Server20H2.Open
134131
- ${{ if ne(parameters.jobParameters.runtimeFlavor, 'mono') }}:
135132
- (Windows.Nano.1809.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504
136133
- (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c
137-
- (Windows.Server.Core.20H2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-20H2-helix-amd64-20210922171304-edc3733
138134
- ${{ if ne(parameters.jobParameters.isFullMatrix, true) }}:
139135
- Windows.81.Amd64.Open
140136
- Windows.10.Amd64.Server19H1.ES.Open

0 commit comments

Comments
 (0)