Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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