File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ parameters:
7
7
default : not-specified
8
8
- name : Clouds
9
9
type : string
10
- default : ' Public,Int'
10
+ default : ' Public, PPE, Int'
11
11
- name : TestMode
12
12
type : string
13
13
default : ' LIVE'
@@ -33,6 +33,15 @@ parameters:
33
33
- $(sub-config-azure-cloud-test-resources)
34
34
- $(sub-config-communication-services-cloud-test-resources-common)
35
35
- $(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
36
45
Int :
37
46
SubscriptionConfigurations :
38
47
- $(sub-config-communication-int-test-resources-common)
You can’t perform that action at this time.
0 commit comments