Skip to content

Commit cc4c5be

Browse files
authored
[8.0] Update Ubuntu pipelines from 18.04 to 22.04 (#113441)
* Update Ubuntu pipelines from 1804 to 2204 * Docker images
1 parent 5a1fc27 commit cc4c5be

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/pipelines/common/xplat-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: _BuildConfig
4747
value: $(buildConfigUpper)
48-
48+
4949
- name: archType
5050
value: ${{ parameters.archType }}
5151

@@ -163,7 +163,7 @@ jobs:
163163
# Public Linux Build Pool
164164
${{ if and(or(in(parameters.osGroup, 'linux', 'freebsd', 'android', 'tizen'), eq(parameters.jobParameters.hostedOs, 'linux')), eq(variables['System.TeamProject'], 'public')) }}:
165165
name: $(DncEngPublicBuildPool)
166-
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
166+
demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open
167167

168168
# Official Build Linux Pool
169169
${{ if and(or(in(parameters.osGroup, 'linux', 'freebsd', 'android', 'tizen'), eq(parameters.jobParameters.hostedOs, 'linux')), ne(variables['System.TeamProject'], 'public')) }}:

eng/pipelines/coreclr/templates/helix-queues-setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# Browser wasm
5454
- ${{ if eq(parameters.platform, 'browser_wasm') }}:
55-
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly
55+
- (Ubuntu.2204.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly
5656

5757
# iOS devices
5858
- ${{ if in(parameters.platform, 'ios_arm64') }}:
@@ -65,9 +65,9 @@ jobs:
6565
# Linux arm
6666
- ${{ if eq(parameters.platform, 'linux_arm') }}:
6767
- ${{ if eq(variables['System.TeamProject'], 'public') }}:
68-
- (Ubuntu.1804.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7
68+
- (Ubuntu.2204.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm32v7
6969
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
70-
- (Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7
70+
- (Ubuntu.2204.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm32v7
7171

7272
# Linux arm64
7373
- ${{ if eq(parameters.platform, 'linux_arm64') }}:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
4141
- (Ubuntu.2204.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
4242
- ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
43-
- (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
43+
- (Ubuntu.2204.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-arm64v8
4444
- ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
4545
- (Debian.12.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-12-helix-arm64v8
4646

0 commit comments

Comments
 (0)