Skip to content

Commit

Permalink
Fix storage tests-weekly matrix (#46651)
Browse files Browse the repository at this point in the history
- Switch storage tests over to westus2 where we have VM capacity.
  • Loading branch information
weshaggard authored Oct 17, 2024
1 parent dad28f1 commit d0aadf7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/platform-matrix-all-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"Agent": {
"ubuntu-20.04": {
"OSVmImage": "env:LINUXVMIMAGE",
"Pool": "azsdk-pool-mms-ubuntu-2004-storage"
"Pool": "env:LINUXPOOL"
},
"windows-2022": {
"OSVmImage": "env:WINDOWSVMIMAGE",
"Pool": "azsdk-pool-mms-win-2022-storage"
"Pool": "env:WINDOWSPOOL"
}
},
"TestTargetFramework": [
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/tests.datamovement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ extends:
Location: canadacentral
CloudConfig:
Public:
PrivatePreview:
SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public, PrivatePreview
# PrivatePreview:
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public #, PrivatePreview
MatrixReplace:
# Use dedicated storage pool in canadacentral with higher memory capacity
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/tests.functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ extends:
Location: canadacentral
CloudConfig:
Public:
PrivatePreview:
SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public, PrivatePreview
# PrivatePreview:
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public #, PrivatePreview
MatrixReplace:
# Use dedicated storage pool in canadacentral with higher memory capacity
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/tests.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ extends:
Location: canadacentral
CloudConfig:
Public:
PrivatePreview:
SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public, PrivatePreview
# PrivatePreview:
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public #, PrivatePreview
MatrixReplace:
# Use dedicated storage pool in canadacentral with higher memory capacity
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ extends:
ServiceDirectory: storage
BuildInParallel: true
TimeoutInMinutes: 180
Location: canadacentral
Location: westus2
CloudConfig:
Public:
PrivatePreview:
SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public, PrivatePreview
#PrivatePreview:
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
SupportedClouds: Public #, PrivatePreview
MatrixReplace:
# Use dedicated storage pool in canadacentral with higher memory capacity
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage
Expand Down

0 comments on commit d0aadf7

Please sign in to comment.