Skip to content

Commit 05783f7

Browse files
authored
Add livetests to ppe (Azure#37101)
1 parent e7d5245 commit 05783f7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

sdk/communication/communication-tests-template.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
default: not-specified
88
- name: Clouds
99
type: string
10-
default: 'Public,Int'
10+
default: 'Public, PPE, Int'
1111
- name: TestMode
1212
type: string
1313
default: 'LIVE'
@@ -33,6 +33,15 @@ parameters:
3333
- $(sub-config-azure-cloud-test-resources)
3434
- $(sub-config-communication-services-cloud-test-resources-common)
3535
- $(sub-config-communication-services-cloud-test-resources-java)
36+
PPE:
37+
SubscriptionConfigurations:
38+
- $(sub-config-communication-ppe-test-resources-common)
39+
- $(sub-config-communication-ppe-test-resources-java)
40+
41+
# This only affects the phone-numbers package
42+
MatrixReplace:
43+
- SKIP_UPDATE_CAPABILITIES_LIVE_TESTS=false/true
44+
- SKIP_SIP_ROUTING_LIVE_TESTS=false/true
3645
Int:
3746
SubscriptionConfigurations:
3847
- $(sub-config-communication-int-test-resources-common)

0 commit comments

Comments
 (0)