File size: 1,088 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
trigger: none

extends:
    template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
    parameters:
      BuildTargetingString: azure-containerregistry
      ServiceDirectory: containerregistry
      SupportedClouds: 'Public,UsGov,China'
      TestTimeoutInMinutes: 240
      UseFederatedAuth: true
      CloudConfig:
        Public:
          ServiceConnection: azure-sdk-tests
          SubscriptionConfigurationFilePaths:
            - eng/common/TestResources/sub-config/AzurePublicMsft.json
        UsGov:
          ServiceConnection: usgov_azure-sdk-tests
          SubscriptionConfigurationFilePaths:
            - eng/common/TestResources/sub-config/AzureUsGovMsft.json
        China:
          ServiceConnection: china_azure-sdk-tests
          SubscriptionConfigurationFilePaths:
            - eng/common/TestResources/sub-config/AzureChinaMsft.json
          Location: chinanorth3
      MatrixReplace:
        - TestSamples=.*/true
      EnvVars:
        TEST_MODE: 'RunLiveNoRecord'
        AZURE_TEST_RUN_LIVE: 'true'
        AZURE_SKIP_LIVE_RECORDING: 'True'