File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments