Skip to content

Commit 5a075ec

Browse files
authored
[webpubsub] add live tests (Azure#21654)
1 parent 63082d7 commit 5a075ec

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

sdk/webpubsub/tests.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
trigger: none
2+
3+
stages:
4+
- template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
5+
parameters:
6+
BuildTargetingString: azure*
7+
ServiceDirectory: webpubsub
8+
MatrixReplace:
9+
- TestSamples=.*/true
10+
EnvVars:
11+
WEBPUBSUB_TENANT_ID: $(webpubsub-tenant-id)
12+
WEBPUBSUB_CLIENT_ID: $(webpubsub-client-id)
13+
WEBPUBSUB_CLIENT_SECRET: $(webpubsub-client-secret)
14+
WEBPUBSUB_SUBSCRIPTION_ID: $(webpubsub-subscription-id)
15+
AZURE_TENANT_ID: $(webpubsub-tenant-id)
16+
AZURE_CLIENT_ID: $(webpubsub-client-id)
17+
AZURE_CLIENT_SECRET: $(webpubsub-client-secret)
18+
AZURE_SUBSCRIPTION_ID: $(webpubsub-subscription-id)
19+
WEBPUBSUB_REVERSE_PROXY_ENDPOINT: $(webpubsub-reverse-proxy-endpoint)
20+
WEBPUBSUB_ENDPOINT: $(webpubsub-endpoint)
21+
WEBPUBSUB_CONNECTION_STRING: $(webpubsub-connection-string)
22+
TEST_MODE: "RunLiveNoRecord" # use when allowing preparers to create the rgs for you
23+
AZURE_TEST_RUN_LIVE: "true" # use when utilizing the New-TestResources Script

0 commit comments

Comments
 (0)