Skip to content

Commit

Permalink
Update image names in master-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCornelson authored Jun 7, 2024
1 parent e2e36e3 commit bc9cc49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/master-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extends:
parameters:
pool:
name: VSWebDiag1ESPipelinePool
image: windows-2022
image: VSWebDiag_1ESImage_Windows
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand All @@ -25,7 +25,7 @@ extends:
- job: Linux
pool:
name: VSWebDiag1ESPipelinePool
image: ubuntu-2204
image: VSWebDiag_1ESImage_Ubuntu
os: linux
timeoutInMinutes: 20
steps:
Expand All @@ -35,7 +35,7 @@ extends:
- job: Windows
pool:
name: VSWebDiag1ESPipelinePool
image: windows-2022
image: VSWebDiag_1ESImage_Windows
os: windows
timeoutInMinutes: 20
templateContext:
Expand Down Expand Up @@ -74,4 +74,4 @@ extends:
steps:
- checkout: self
clean: true
- template: /.ci/common-validation.yml@self
- template: /.ci/common-validation.yml@self

0 comments on commit bc9cc49

Please sign in to comment.