Skip to content

Commit

Permalink
Setup 1ES agent pool (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Jun 7, 2024
1 parent 9f74206 commit e2e36e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .ci/master-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
pool:
name: Azure-Pipelines-1ESPT-ExDShared
name: VSWebDiag1ESPipelinePool
image: windows-2022
os: windows
customBuildTags:
Expand All @@ -24,8 +24,8 @@ extends:
jobs:
- job: Linux
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: ubuntu-latest
name: VSWebDiag1ESPipelinePool
image: ubuntu-2204
os: linux
timeoutInMinutes: 20
steps:
Expand All @@ -34,8 +34,8 @@ extends:
- template: /.ci/common-validation.yml@self
- job: Windows
pool:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-latest
name: VSWebDiag1ESPipelinePool
image: windows-2022
os: windows
timeoutInMinutes: 20
templateContext:
Expand Down

0 comments on commit e2e36e3

Please sign in to comment.