Skip to content

Commit

Permalink
Update ubuntu VMImage (#21834)
Browse files Browse the repository at this point in the history
* Update ubuntu vm-image

* Update platform-matrix.json
  • Loading branch information
chidozieononiwu authored Jun 23, 2021
1 parent 9a3f9c1 commit 293df1b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/containers/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- eng/containers/

pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'

variables:
dockerfile: ./eng/containers/UbuntuNetCoreKeyring/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- job: "Analyze"
condition: and(succeededOrFailed(), ne(variables['Skip.Analyze'], true))
pool:
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: MMSUbuntu20.04
steps:
- template: /eng/common/pipelines/templates/steps/check-spelling.yml
- task: UsePythonVersion@0
Expand Down
12 changes: 6 additions & 6 deletions eng/pipelines/templates/jobs/smoke.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- ${{ if eq(parameters.Daily, false) }}:
- job: smoke_test_eligibility
pool:
name: "azsdk-pool-mms-ubuntu-1804-general"
vmImage: "MMSUbuntu18.04"
name: "azsdk-pool-mms-ubuntu-2004-general"
vmImage: "MMSUbuntu20.04"
displayName: Check Smoke Test Eligibility
steps:
# pipelines only supports template each when it generates the entire script block.
Expand Down Expand Up @@ -48,15 +48,15 @@ jobs:
strategy:
matrix:
Linux (AzureCloud):
Pool: "azsdk-pool-mms-ubuntu-1804-general"
OSVmImage: "MMSUbuntu18.04"
Pool: "azsdk-pool-mms-ubuntu-2004-general"
OSVmImage: "MMSUbuntu20.04"
TestTargetFramework: netcoreapp2.1
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
ArmTemplateParameters: $(azureCloudArmParameters)
Location: "westus"
Linux (AzureCloud Canary):
Pool: "azsdk-pool-mms-ubuntu-1804-general"
OSVmImage: "MMSUbuntu18.04"
Pool: "azsdk-pool-mms-ubuntu-2004-general"
OSVmImage: "MMSUbuntu20.04"
TestTargetFramework: netcoreapp2.1
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources-preview)
ArmTemplateParameters: $(azureCloudArmParameters)
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
},
"matrix": {
"Agent": {
"ubuntu-18.04": {
"OSVmImage": "MMSUbuntu18.04",
"Pool": "azsdk-pool-mms-ubuntu-1804-general"
"ubuntu-20.04": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general"
},
"windows-2019": {
"OSVmImage": "MMS2019",
Expand Down

0 comments on commit 293df1b

Please sign in to comment.