Skip to content

Commit d0363ee

Browse files
authored
storage agent (Azure#18384)
1 parent f514240 commit d0363ee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

eng/pipelines/templates/stages/archetype-sdk-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ parameters:
8686
- name: MatrixFilters
8787
type: object
8888
default: []
89+
- name: MatrixReplace
90+
type: object
91+
default: []
8992
- name: PlatformPreSteps
9093
type: object
9194
default: []
@@ -137,6 +140,10 @@ stages:
137140
- ${{ each cloudFilter in cloud.value.MatrixFilters }}:
138141
- ${{ cloudFilter }}
139142
- ${{ parameters.MatrixFilters }}
143+
MatrixReplace:
144+
- ${{ each cloudReplace in cloud.value.MatrixReplace }}:
145+
- ${{ cloudReplace }}
146+
- ${{ parameters.MatrixReplace }}
140147
CloudConfig:
141148
SubscriptionConfiguration: ${{ cloud.value.SubscriptionConfiguration }}
142149
SubscriptionConfigurations: ${{ cloud.value.SubscriptionConfigurations }}

sdk/storage/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ stages:
2323
MaxParallel: 2
2424
ServiceDirectory: storage
2525
InjectedPackages: $(InjectedPackages)
26+
MatrixReplace:
27+
# Use dedicated storage pool in canadacentral with higher memory capacity
28+
- Pool=(.*)-general/$1-storage
2629
EnvVars:
2730
STORAGE_ACCOUNT_NAME: $(python-storage-storage-account-name)
2831
STORAGE_ACCOUNT_KEY: $(python-storage-storage-account-key)

0 commit comments

Comments
 (0)