Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cognitivelanguage] add live pipeline #20986

Merged
merged 4 commits into from
Oct 1, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 8 additions & 27 deletions sdk/cognitivelanguage/tests.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,24 @@
trigger:
branches:
include:
- master
- main
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/cognitivelanguage/
- scripts/

pr:
branches:
include:
- master
- main
- feature/*
- hotfix/*
- release/*
- restapi*
paths:
include:
- sdk/cognitivelanguage/
trigger: none

stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
AllocateResourceGroup: false
BuildTargetingString: azure*
ServiceDirectory: cognitivelanguage
MatrixReplace:
- TestSamples=.*/true
EnvVars:
AZURE_QUESTIONANSWERING_KEY: $(qna-key)
AZURE_QUESTIONANSWERING_PROJECT: 190a9e13-8ede-4e4b-a8fd-c4d7f2aeab6c
AZURE_QUESTIONANSWERING_ENDPOINT: $(qna-uri)
AZURE_CONVERSATIONS_ENDPOINT: $(conversations-endpoint)
AZURE_CONVERSATIONS_KEY: $(conversations-key)
AZURE_CONVERSATIONS_PROJECT: $(conversations-project)
AZURE_CONVERSATIONS_WORKFLOW_PROJECT: $(conversations-workflow-project)
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret)
AZURE_SUBSCRIPTION_ID: $(azure-subscription-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
TEST_MODE: 'RunLiveNoRecord' # use when allowing preparers to create the rgs for you
AZURE_TEST_RUN_LIVE: 'true' # use when utilizing the New-TestResources Script
TEST_MODE: "RunLiveNoRecord" # use when allowing preparers to create the rgs for you
AZURE_TEST_RUN_LIVE: "true" # use when utilizing the New-TestResources Script