File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments