Skip to content

Commit

Permalink
storage agent (Azure#18384)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasobol-msft authored Apr 28, 2021
1 parent f514240 commit d0363ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eng/pipelines/templates/stages/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ parameters:
- name: MatrixFilters
type: object
default: []
- name: MatrixReplace
type: object
default: []
- name: PlatformPreSteps
type: object
default: []
Expand Down Expand Up @@ -137,6 +140,10 @@ stages:
- ${{ each cloudFilter in cloud.value.MatrixFilters }}:
- ${{ cloudFilter }}
- ${{ parameters.MatrixFilters }}
MatrixReplace:
- ${{ each cloudReplace in cloud.value.MatrixReplace }}:
- ${{ cloudReplace }}
- ${{ parameters.MatrixReplace }}
CloudConfig:
SubscriptionConfiguration: ${{ cloud.value.SubscriptionConfiguration }}
SubscriptionConfigurations: ${{ cloud.value.SubscriptionConfigurations }}
Expand Down
3 changes: 3 additions & 0 deletions sdk/storage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ stages:
MaxParallel: 2
ServiceDirectory: storage
InjectedPackages: $(InjectedPackages)
MatrixReplace:
# Use dedicated storage pool in canadacentral with higher memory capacity
- Pool=(.*)-general/$1-storage
EnvVars:
STORAGE_ACCOUNT_NAME: $(python-storage-storage-account-name)
STORAGE_ACCOUNT_KEY: $(python-storage-storage-account-key)
Expand Down

0 comments on commit d0363ee

Please sign in to comment.