Skip to content

Commit

Permalink
Add tests.yml file to template sdk directory. (Azure#14324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored Oct 7, 2020
1 parent d623abd commit aecfb64
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sdk/template/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
trigger: none

jobs:
- template: ../../eng/pipelines/templates/jobs/archetype-sdk-tests.yml
parameters:
AllocateResourceGroup: 'false'
BuildTargetingString: $(BuildTargetingString)
ServiceDirectory: template
EnvVars:
TEMPLATE_CONFIG_CONNECTION: $(python-template-connection-string) # Add variables/mappings as appropriate for your service.
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
TEST_MODE: 'RunLiveNoRecord'

0 comments on commit aecfb64

Please sign in to comment.