Skip to content

Commit

Permalink
Bump to ubuntu-20.04 (release-2.2) (#3580)
Browse files Browse the repository at this point in the history
Bump to ubuntu-20.04.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Aug 9, 2022
1 parent 5b59831 commit bcc7758
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 bcc7758

Please sign in to comment.