Skip to content

Commit d0aadf7

Browse files
authored
Fix storage tests-weekly matrix (Azure#46651)
- Switch storage tests over to westus2 where we have VM capacity.
1 parent dad28f1 commit d0aadf7

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

sdk/storage/platform-matrix-all-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"Agent": {
44
"ubuntu-20.04": {
55
"OSVmImage": "env:LINUXVMIMAGE",
6-
"Pool": "azsdk-pool-mms-ubuntu-2004-storage"
6+
"Pool": "env:LINUXPOOL"
77
},
88
"windows-2022": {
99
"OSVmImage": "env:WINDOWSVMIMAGE",
10-
"Pool": "azsdk-pool-mms-win-2022-storage"
10+
"Pool": "env:WINDOWSPOOL"
1111
}
1212
},
1313
"TestTargetFramework": [

sdk/storage/tests.datamovement.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extends:
1010
Location: canadacentral
1111
CloudConfig:
1212
Public:
13-
PrivatePreview:
14-
SubscriptionConfiguration: $(sub-config-storage-test-resources)
15-
SupportedClouds: Public, PrivatePreview
13+
# PrivatePreview:
14+
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
15+
SupportedClouds: Public #, PrivatePreview
1616
MatrixReplace:
1717
# Use dedicated storage pool in canadacentral with higher memory capacity
1818
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage

sdk/storage/tests.functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extends:
1010
Location: canadacentral
1111
CloudConfig:
1212
Public:
13-
PrivatePreview:
14-
SubscriptionConfiguration: $(sub-config-storage-test-resources)
15-
SupportedClouds: Public, PrivatePreview
13+
# PrivatePreview:
14+
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
15+
SupportedClouds: Public #, PrivatePreview
1616
MatrixReplace:
1717
# Use dedicated storage pool in canadacentral with higher memory capacity
1818
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage

sdk/storage/tests.mgmt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ extends:
1010
Location: canadacentral
1111
CloudConfig:
1212
Public:
13-
PrivatePreview:
14-
SubscriptionConfiguration: $(sub-config-storage-test-resources)
15-
SupportedClouds: Public, PrivatePreview
13+
# PrivatePreview:
14+
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
15+
SupportedClouds: Public #, PrivatePreview
1616
MatrixReplace:
1717
# Use dedicated storage pool in canadacentral with higher memory capacity
1818
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage

sdk/storage/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ extends:
77
ServiceDirectory: storage
88
BuildInParallel: true
99
TimeoutInMinutes: 180
10-
Location: canadacentral
10+
Location: westus2
1111
CloudConfig:
1212
Public:
13-
PrivatePreview:
14-
SubscriptionConfiguration: $(sub-config-storage-test-resources)
15-
SupportedClouds: Public, PrivatePreview
13+
#PrivatePreview:
14+
# SubscriptionConfiguration: $(sub-config-storage-test-resources)
15+
SupportedClouds: Public #, PrivatePreview
1616
MatrixReplace:
1717
# Use dedicated storage pool in canadacentral with higher memory capacity
1818
- Pool=.*LINUXPOOL.*/azsdk-pool-mms-ubuntu-2004-storage

0 commit comments

Comments
 (0)