Skip to content

Commit

Permalink
Update ubuntu VMImage to ubuntu-20.04 (#1518)
Browse files Browse the repository at this point in the history
* Update ubuntu VMImage to ubuntu-20.04

* Add ref to globals.yml variable
  • Loading branch information
chidozieononiwu authored Jun 15, 2021
1 parent e8dd1f7 commit d3bccbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .azure-pipelines/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ pr:
include:
- eng/packages/python-packages/doc-warden

variables:
- template: /eng/pipelines/templates/variables/globals.yml

jobs:
- job: 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -72,7 +75,7 @@ jobs:
dependsOn: 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:

Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/live-test-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:
jobs:
- job: Run
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04

steps:
# Register the dogfood environment to clean up ACS custom subscription
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stages:
PathPrefix: 'cpp'

pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04

variables:
Organization: azure-sdk
Expand Down

0 comments on commit d3bccbf

Please sign in to comment.