File tree 2 files changed +21
-6
lines changed
sdk/communication/azure-communication-sms
2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change
1
+ trigger : none
2
+
3
+ extends :
4
+ template : /eng/pipelines/templates/stages/archetype-sdk-tests.yml
5
+ parameters :
6
+ BuildTargetingString : ' azure-communication-sms'
7
+ JobName : sms
8
+ ServiceDirectory : communication
9
+ Clouds : Int
10
+ CloudConfig :
11
+ Int :
12
+ SubscriptionConfigurations :
13
+ - $(sub-config-communication-dogfood-test-resources-common)
14
+ - $(sub-config-communication-int-test-resources-python)
15
+ - $(sub-config-communication-sms-int-test-resources)
16
+ EnvVars :
17
+ AZURE_SKIP_LIVE_RECORDING : ' True'
18
+ AZURE_TEST_RUN_LIVE : ' True'
19
+ TestResourceDirectories :
20
+ - communication/test-resources/
Original file line number Diff line number Diff line change 6
6
BuildTargetingString : ' azure-communication-sms'
7
7
JobName : sms
8
8
ServiceDirectory : communication
9
- Clouds : Public,Int
9
+ Clouds : Public
10
10
CloudConfig :
11
11
Public :
12
12
ServiceConnection : azure-sdk-tests
@@ -18,11 +18,6 @@ extends:
18
18
- $(sub-config-communication-services-sms-cloud-test-resources)
19
19
MatrixReplace :
20
20
- TestSamples=.*/true
21
- Int :
22
- SubscriptionConfigurations :
23
- - $(sub-config-communication-int-test-resources-common)
24
- - $(sub-config-communication-int-test-resources-python)
25
- - $(sub-config-communication-sms-int-test-resources)
26
21
EnvVars :
27
22
AZURE_SKIP_LIVE_RECORDING : ' True'
28
23
AZURE_TEST_RUN_LIVE : ' True'
You can’t perform that action at this time.
0 commit comments