File: tests.yml

package info (click to toggle)
python-azure 20251014%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 766,472 kB
  • sloc: python: 6,314,744; ansic: 804; javascript: 287; makefile: 198; sh: 198; xml: 109
file content (13 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
extends:
    template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
    parameters:
      BuildTargetingString: 'azure-ai-voicelive'
      JobName: chat
      ServiceDirectory: ai
      TestResourceDirectories:
      - ai/azure-ai-voicelive
      EnvVars:
        AZURE_TEST_RUN_LIVE: 'true'
        AZURE_TEST_USE_CLI_AUTH: 'true'
        VOICELIVE_OPENAI_ENDPOINT: $(VoiceLiveOpenAIEndpoint)
        VOICELIVE_OPENAI_API_KEY: $(VoiceLiveOpenAIApiKey)