Skip to content

Commit

Permalink
Merge pull request #476 from jeremymeng/update-ubuntu-version
Browse files Browse the repository at this point in the history
update build agent image to ubuntu 22.04
  • Loading branch information
jeremymeng authored Nov 15, 2022
2 parents 34084c6 + 34b0d8c commit 6120cfe
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devops/azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pr: none
jobs:
- job: Build
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'
Expand All @@ -22,7 +22,7 @@ jobs:
customCommand: run build
- job: Pack
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: NodeTool@0
displayName: 'Install Node 11.x'
Expand Down
4 changes: 2 additions & 2 deletions .devops/azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jobs:
- job: Build
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'
Expand All @@ -17,7 +17,7 @@ jobs:
customCommand: run build
- job: Check_Everything
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- task: Npm@1
displayName: 'npm install'
Expand Down
2 changes: 1 addition & 1 deletion .devops/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pr: none
jobs:
- job: Release
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
steps:
- script: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .devops/azure-pipelines-test-dependent-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variables:
msRestAzureArtifactName: ms-rest-azure-js
msRestAzureJsPackageName: azure-ms-rest-azure-js.tgz
tempDirectory: $(Pipeline.Workspace)/.tmp
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'

jobs:
- job: prepare_ms_rest_js
Expand Down
2 changes: 1 addition & 1 deletion .devops/azure-pipelines-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
jobs:
- job: 'testOn${{parameters.nodeVersion}}'
pool:
vmImage: 'Ubuntu 18.04'
vmImage: 'ubuntu-22.04'
dependsOn: Build
condition: succeeded()
steps:
Expand Down

0 comments on commit 6120cfe

Please # to comment.