Skip to content

Commit

Permalink
Update Ubuntu 18 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jul 6, 2021
1 parent 066ba01 commit 25cb983
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ parameters:
default: []
- name: Pool
type: string
default: azsdk-pool-mms-ubuntu-1804-general
default: azsdk-pool-mms-ubuntu-2004-general
- name: OsVmImage
type: string
default: MMSUbuntu18.04
default: MMSUbuntu20.04
# This parameter is only necessary if there are multiple invocations of this template within the SAME STAGE.
# When that occurs, provide a name other than the default value.
- name: GenerateJobName
Expand Down
4 changes: 2 additions & 2 deletions sdk/cosmos/integration-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Session_Integration": {
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }",
"ProfileFlag": "-P integration-test-azure",
"Pool": "azsdk-pool-mms-ubuntu-1804-general",
"OSVmImage": "MMSUbuntu1804"
"Pool": "azsdk-pool-mms-ubuntu-2004-general",
"OSVmImage": "MMSUbuntu2004"
}
}
}
Expand Down
14 changes: 7 additions & 7 deletions sdk/cosmos/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"ProfileFlag": "-Pe2e",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -44,7 +44,7 @@
"ProfileFlag": [ "-Pnon-emulator", "-Pfast", "-Pdirect", "-e -Plong" ],
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Session' }",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -54,7 +54,7 @@
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": "-Pfast",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -64,7 +64,7 @@
"ProfileFlag": "-Pe2e",
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -74,7 +74,7 @@
"ProfileFlag": [ "-Pdirect", "-Pnon-emulator" ],
"ArmTemplateParameters": "@{ enableMultipleWriteLocations = $false; defaultConsistencyLevel = 'Strong' }",
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -93,7 +93,7 @@
"PROTOCOLS": "[\"Tcp\"]",
"ProfileFlag": [ "-Pmulti-master", "-Pfast", "-Pdirect", "-Pnon-emulator" ],
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
},
{
Expand All @@ -108,7 +108,7 @@
"PROTOCOLS": "[\"Tcp\"]",
"PREFERRED_LOCATIONS": null,
"Agent": {
"ubuntu": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
}
}
]
Expand Down
6 changes: 3 additions & 3 deletions sdk/keyvault/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"include": [
{
"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"
},
"JavaTestVersion": "1.11",
"AZURE_TEST_HTTP_CLIENTS": "netty",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/platform-matrix-all-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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", "Pool": "azsdk-pool-mms-win-2019-general" }
},
"JavaTestVersion": [ "1.8", "1.11" ],
Expand Down
4 changes: 2 additions & 2 deletions sdk/tables/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"matrix": {
"Agent": {
"windows-2019": { "OSVmImage": "MMS2019", "Pool": "azsdk-pool-mms-win-2019-general" },
"ubuntu-1804": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" },
"ubuntu-2004": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" },
"macOS-10.15": { "OSVmImage": "macOS-10.15", "Pool": "Azure Pipelines" }
},
"ArmTemplateParameters": [ "@{endpointType='storage'}", "@{endpointType='cosmos'}" ],
Expand Down Expand Up @@ -35,7 +35,7 @@
"AZURE_TEST_HTTP_CLIENTS": "netty",
"JavaTestVersion": "1.11",
"Agent": {
"ubuntu-1804": { "OSVmImage": "MMSUbuntu18.04", "Pool": "azsdk-pool-mms-ubuntu-1804-general" }
"ubuntu-2004": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" }
},
"ArmTemplateParameters": "@{endpointType='storage'}",
"TestFromSource": true
Expand Down

0 comments on commit 25cb983

Please sign in to comment.