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 (29 lines) | stat: -rw-r--r-- 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
trigger: none

parameters:
  - name: Services
    type: object
    default:
      - azure-storage-blob
      - azure-storage-file-datalake
      - azure-storage-file-share
      - azure-storage-queue

extends:
    template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
    parameters:
      Location: 'westus2'
      # All 5 service stages run in parallel, and with no parallel limits the tests may get throttled.
      MaxParallel: 2
      ServiceDirectory: storage
      InjectedPackages: $(InjectedPackages)
      Packages: ${{ parameters.Services }}
      MatrixReplace:
        # Use dedicated storage pool in canadacentral with higher memory capacity
        - Pool=.*LINUXPOOL.*/azsdk-pool-storage
        - Pool=.*WINDOWSPOOL.*/azsdk-pool-storage
        - TestSamples=.*/true
      EnvVars:
        AZURE_SKIP_LIVE_RECORDING: 'True'
        AZURE_TEST_RUN_LIVE: 'true'
        AZURE_SUBSCRIPTION_ID: $(STORAGE_SUBSCRIPTION_ID)