Skip to content

Commit a67ad18

Browse files
Update ubuntu vm image to 20.0.4 (Azure#22261)
* Update ubuntu vm image to 20.0.4 * Update platform matrix to use ubuntu 20
1 parent 16c2d5a commit a67ad18

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

eng/mgmt/automation/generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger: none
33
pr: none
44

55
pool:
6-
vmImage: 'ubuntu-18.04'
6+
vmImage: 'ubuntu-20.04'
77

88
variables:
99
- group: Release Secrets for GitHub

eng/pipelines/aggregate-reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
variables:
1616
- template: /eng/pipelines/templates/variables/globals.yml
1717
pool:
18-
vmImage: 'ubuntu-18.04'
18+
vmImage: 'ubuntu-20.04'
1919
steps:
2020
- template: /eng/pipelines/templates/steps/cache-maven-repository.yml
2121
parameters:

eng/pipelines/templates/jobs/build-validate-pom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- template: ../variables/globals.yml
1212

1313
pool:
14-
name: azsdk-pool-mms-ubuntu-1804-general
15-
vmImage: MMSUbuntu18.04
14+
name: azsdk-pool-mms-ubuntu-2004-general
15+
vmImage: MMSUbuntu20.04
1616

1717
strategy:
1818
matrix:

eng/pipelines/templates/jobs/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ jobs:
157157
- template: ../variables/globals.yml
158158

159159
pool:
160-
name: azsdk-pool-mms-ubuntu-1804-general
161-
vmImage: MMSUbuntu18.04
160+
name: azsdk-pool-mms-ubuntu-2004-general
161+
vmImage: MMSUbuntu20.04
162162

163163
steps:
164164
- task: UsePythonVersion@0

eng/pipelines/templates/stages/archetype-java-release-pom-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
variables:
2020
- template: ../variables/globals.yml
2121
pool:
22-
vmImage: ubuntu-18.04
22+
vmImage: ubuntu-20.04
2323
strategy:
2424
runOnce:
2525
deploy:

eng/pipelines/templates/stages/archetype-java-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ stages:
3838
variables:
3939
- template: ../variables/globals.yml
4040
pool:
41-
name: azsdk-pool-mms-ubuntu-1804-general
42-
vmImage: MMSUbuntu18.04
41+
name: azsdk-pool-mms-ubuntu-2004-general
42+
vmImage: MMSUbuntu20.04
4343
strategy:
4444
runOnce:
4545
deploy:
@@ -78,8 +78,8 @@ stages:
7878
variables:
7979
- template: ../variables/globals.yml
8080
pool:
81-
name: azsdk-pool-mms-ubuntu-1804-general
82-
vmImage: MMSUbuntu18.04
81+
name: azsdk-pool-mms-ubuntu-2004-general
82+
vmImage: MMSUbuntu20.04
8383

8484
steps:
8585
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml

eng/pipelines/templates/stages/archetype-sdk-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ stages:
2323
JavaVersion: '1.8'
2424

2525
pool:
26-
vmImage: 'ubuntu-18.04'
26+
vmImage: 'ubuntu-20.04'
2727

2828
steps:
2929
- task: Maven@3

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"matrix": {
66
"Agent": {
7-
"ubuntu-18.04": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" },
7+
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" },
88
"windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" },
99
"macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
1010
},
@@ -22,7 +22,7 @@
2222
"include": [
2323
{
2424
"Agent": {
25-
"ubuntu-18.04": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
25+
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
2626
},
2727
"JavaTestVersion": "1.11",
2828
"AZURE_TEST_HTTP_CLIENTS": "netty",

sdk/cosmos/azure-cosmos-benchmark/ctl-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
value: 'javactl.azurecr.io'
1212

1313
pool:
14-
vmImage: 'ubuntu-18.04'
14+
vmImage: 'ubuntu-20.04'
1515

1616
steps:
1717
- task: Maven@3

sdk/cosmos/spark.databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
timeoutInMinutes: 40
2020

2121
pool:
22-
vmImage: 'ubuntu-18.04'
22+
vmImage: 'ubuntu-20.04'
2323

2424
steps:
2525
- task: Maven@3

0 commit comments

Comments
 (0)