Skip to content

Commit

Permalink
Bump vmImage to Ubuntu-20.04
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <[email protected]>
  • Loading branch information
lindluni authored and mastersingh24 committed May 21, 2021
1 parent f8070ec commit 6f0bef1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/azure-pipelines-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variables:
jobs:
- job: UnitTests
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- template: install_deps.yml
- checkout: self
Expand Down
6 changes: 3 additions & 3 deletions ci/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stages:
jobs:
- job: Build
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
container: golang:$(GOVER)
strategy:
matrix:
Expand All @@ -46,7 +46,7 @@ stages:
jobs:
- job: Docker
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -66,7 +66,7 @@ stages:
jobs:
- job: Release
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- download: current
patterns: '*.tar.gz'
Expand Down
6 changes: 3 additions & 3 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
jobs:
- job: Checks
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -36,7 +36,7 @@ stages:
- job: UnitTests
condition: eq(stageDependencies.VerifyBuild.Checks.outputs['SetJobTriggers.runTests'], 'true')
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
steps:
- template: install_deps.yml
- checkout: self
Expand All @@ -53,7 +53,7 @@ stages:
- job: IntegrationTests
condition: eq(stageDependencies.VerifyBuild.Checks.outputs['SetJobTriggers.runTests'], 'true')
pool:
vmImage: ubuntu-18.04
vmImage: ubuntu-20.04
strategy:
parallel: 5
timeoutInMinutes: 90
Expand Down

0 comments on commit 6f0bef1

Please sign in to comment.