Skip to content

Commit

Permalink
Fix go identity matrix/pool selection (#22610)
Browse files Browse the repository at this point in the history
* Fix go identity matrix/pool selection

* Bump go version for azidentity matrix
  • Loading branch information
benbp authored Mar 18, 2024
1 parent 753e7ba commit 0466819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/azidentity/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ extends:
GenerateVMJobs: true
Path: sdk/azidentity/managed-identity-matrix.json
Selection: sparse
MatrixReplace:
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2204-identitymsi
- OSVmImage=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2204-1espt
6 changes: 3 additions & 3 deletions sdk/azidentity/managed-identity-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"Agent": {
"msi_image": {
"ArmTemplateParameters": "@{deployResources = $true}",
"OSVmImage": "ubuntu-22.04",
"Pool": "azsdk-pool-mms-ubuntu-2204-identitymsi"
"OSVmImage": "env:LINUXNEXTVMIMAGE",
"Pool": "env:LINUXPOOL"
}
},
"GoVersion": [
"1.22"
"1.22.1"
],
"IDENTITY_IMDS_AVAILABLE": "1"
}
Expand Down

0 comments on commit 0466819

Please sign in to comment.