Skip to content

Commit 1c9edde

Browse files
authored
Fix dynamic resource provisioning for live Cosmos tests (#11256)
* set global SubscriptionConfiguration * add default value to $(SubscriptionConfiguration) * set $(SubscriptionConfiguration) at the template job's level
1 parent 4f13c15 commit 1c9edde

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161

6262
variables:
6363
- template: ../variables/globals.yml
64+
# Default $(SubscriptionConfiguration) if the matrix does not specify a $(SubscriptionConfiguration)
65+
- name: SubscriptionConfiguration
66+
value: $(sub-config-azure-cloud-test-resources)
67+
6468
strategy:
6569
matrix: ${{ parameters.Matrix }}
6670
maxParallel: ${{ parameters.MaxParallel }}

0 commit comments

Comments
 (0)