Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix storage tests-weekly matrix #46651

Merged
merged 6 commits into from
Oct 17, 2024
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"
weshaggard marked this conversation as resolved.
Show resolved Hide resolved
},
"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
Loading