Skip to content

Commit

Permalink
Migrate to new pool
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Dec 14, 2022
1 parent 228969d commit 17e39ed
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ stages:
image.name: MMSUbuntu20.04
go.version: '1.18.5'
Windows_Go118:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.18.5'
Linux_Go119:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.19'
Windows_Go119:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.19'
pool:
name: $(pool.name)
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ stages:
image.name: MMSUbuntu20.04
go.version: '1.18.5'
Windows_Go118:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.18.5'
Linux_Go119:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.19'
Windows_Go119:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.19'
generate.bom: true
pool:
Expand Down
8 changes: 4 additions & 4 deletions eng/pipelines/templates/jobs/archetype-sdk-eng-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ stages:
image.name: MMSUbuntu20.04
go.version: '1.18.5'
Windows_Go118:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.18.5'
Linux_Go119:
pool.name: azsdk-pool-mms-ubuntu-2004-general
image.name: MMSUbuntu20.04
go.version: '1.19'
Windows_Go119:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.19'
generate.bom: true
pool:
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/templates/stages/platform-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"OSVmImage": "MMSUbuntu20.04",
"Pool": "azsdk-pool-mms-ubuntu-2004-general"
},
"windows-2019": {
"OSVmImage": "MMS2019",
"Pool": "azsdk-pool-mms-win-2019-general"
"windows-2022": {
"OSVmImage": "MMS2022",
"Pool": "azsdk-pool-mms-win-2022-general"
}
},
"GoVersion": [
Expand Down
4 changes: 2 additions & 2 deletions sdk/data/azcosmos/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ stages:
strategy:
matrix:
Windows_Go118:
pool.name: azsdk-pool-mms-win-2019-general
image.name: MMS2019
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.18'
pool:
name: $(pool.name)
Expand Down

0 comments on commit 17e39ed

Please sign in to comment.