Skip to content

Commit

Permalink
Update ubuntu 18 to ubuntu 20 (#16246)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Jul 8, 2021
1 parent d15ffda commit 087642a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- template: /eng/pipelines/templates/variables/globals.yml

pool:
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
name: azsdk-pool-mms-ubuntu-2004-general
vmImage: MMSUbuntu20.04

steps:
- template: /eng/pipelines/templates/steps/common.yml
Expand Down
6 changes: 3 additions & 3 deletions sdk/keyvault/keyvault-admin/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"include": [
{
"Agent": {
"ubuntu-18.04_ManagedHSM": {
"OSVmImage": "MMSUbuntu18.04",
"Pool": "azsdk-pool-mms-ubuntu-1804-general",
"ubuntu-20.04_ManagedHSM": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
"ArmTemplateParameters": "@{ enableHsm = $true }"
}
},
Expand Down
12 changes: 6 additions & 6 deletions sdk/keyvault/keyvault-keys/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"include": [
{
"Agent": {
"ubuntu-18.04_ManagedHSM": {
"OSVmImage": "MMSUbuntu18.04",
"Pool": "azsdk-pool-mms-ubuntu-1804-general",
"ubuntu-20.04_ManagedHSM": {
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
"ArmTemplateParameters": "@{ enableHsm = $true }"
}
},
Expand All @@ -13,9 +13,9 @@
},
{
"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"
}
},
"TestType": "node",
Expand Down

0 comments on commit 087642a

Please sign in to comment.