Skip to content

Commit 69ad59c

Browse files
authored
Move to the new pools (Azure#40254)
1 parent 9815751 commit 69ad59c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/pipelines/templates/variables/image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
variables:
44
- name: LINUXPOOL
5-
value: azsdk-pool-mms-ubuntu-2004-general
5+
value: azsdk-pool
66
- name: WINDOWSPOOL
7-
value: azsdk-pool-mms-win-2022-general
7+
value: azsdk-pool
88
- name: MACPOOL
99
value: Azure Pipelines
1010

1111
- name: LINUXVMIMAGE
12-
value: azsdk-pool-mms-ubuntu-2004-1espt
12+
value: ubuntu-22.04
1313
- name: LINUXNEXTVMIMAGE
1414
value: ubuntu-22.04
1515
- name: WINDOWSVMIMAGE
16-
value: azsdk-pool-mms-win-2022-1espt
16+
value: windows-2022
1717
- name: MACVMIMAGE
1818
value: macos-latest
1919

0 commit comments

Comments
 (0)