Skip to content

Commit

Permalink
Update CI agent (#950)
Browse files Browse the repository at this point in the history
* update CI agent

* ci agent
  • Loading branch information
xuzhang3 authored Aug 16, 2022
1 parent 1debb84 commit bd26df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
jobs:
- job: CG
pool:
vmImage: 'pool-ubuntu-2004'
name: pool-ubuntu-2004

steps:
- task: ComponentGovernanceComponentDetection@0
Expand Down
2 changes: 1 addition & 1 deletion pr-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pr:
- dev

pool:
vmImage: 'pool-ubuntu-2004'
name: pool-ubuntu-2004

jobs:
- job: CreateResourceGroups
Expand Down
2 changes: 1 addition & 1 deletion release-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
pr: none

pool:
vmImage: 'pool-ubuntu-2004'
name: pool-ubuntu-2004

steps:
- script: |
Expand Down

0 comments on commit bd26df5

Please sign in to comment.