Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
v-xuto authored and AFengKK committed Sep 27, 2021
1 parent a3792a7 commit 64e3251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/servicebus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ stages:
- TestSamples=.*/true
BuildTargetingString: azure-servicebus*
EnvVars:
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_SUBSCRIPTION_ID: $(SERVICEBUS_SUBSCRIPTION_ID)
AZURE_TENANT_ID: $(SERVICEBUS_TENANT_ID)
AZURE_CLIENT_ID: $(SERVICEBUS_CLIENT_ID)
AZURE_CLIENT_SECRET: $(SERVICEBUS_CLIENT_SECRET)
AZURE_TEST_RUN_LIVE: 'true'
MatrixFilters:
- PythonVersion=^(?!pypy3).*
Expand Down

0 comments on commit 64e3251

Please sign in to comment.