File tree Expand file tree Collapse file tree 5 files changed +6
-26
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 5 files changed +6
-26
lines changed Original file line number Diff line number Diff line change @@ -55,26 +55,11 @@ parameters:
5555 type : object
5656 default :
5757 Public :
58- ServiceConnection : azure-sdk-tests
59- SubscriptionConfigurationFilePaths :
60- - eng/common/TestResources/sub-config/AzurePublicMsft.json
61- Preview :
62- ServiceConnection : azure-sdk-tests-preview
63- SubscriptionConfigurationFilePaths :
64- - eng/common/TestResources/sub-config/AzurePreviewMsft.json
65- Canary :
66- ServiceConnection : azure-sdk-tests
67- SubscriptionConfigurationFilePaths :
68- - eng/common/TestResources/sub-config/AzurePublicMsft.json
69- Location : ' eastus2euap'
58+ # Canary regions are currently not supported in TME so disabling for now
59+ # Canary:
60+ # Location: 'centraluseuap'
7061 UsGov :
71- ServiceConnection : usgov_azure-sdk-tests
72- SubscriptionConfigurationFilePaths :
73- - eng/common/TestResources/sub-config/AzureUsGovMsft.json
7462 China :
75- ServiceConnection : china_azure-sdk-tests
76- SubscriptionConfigurationFilePaths :
77- - eng/common/TestResources/sub-config/AzureChinaMsft.json
7863 - name : Clouds
7964 type : string
8065 default : Public
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ stages:
6060 OsVmImage : $(LINUXVMIMAGE)
6161 Pool : $(LINUXPOOL)
6262 CloudConfig :
63+ Cloud : ${{ cloud.key }}
64+ Location : ${{ coalesce(cloud.value.Location, parameters.Location) }}
65+ ServiceConnection : ${{ coalesce(cloud.value.ServiceConnection, lower(format('azure-sdk-tests-{0}', cloud.key))) }}
6366 SubscriptionConfiguration : ${{ cloud.value.SubscriptionConfiguration }}
6467 SubscriptionConfigurations : ${{ cloud.value.SubscriptionConfigurations }}
65- Location : ${{ coalesce(parameters.Location, cloud.value.Location) }}
66- Cloud : ${{ cloud.key }}
6768 SubscriptionConfigurationFilePaths : ${{ cloud.value.SubscriptionConfigurationFilePaths }}
68- ServiceConnection : ${{ cloud.value.ServiceConnection }}
6969 AdditionalParameters :
7070 Location : ${{ parameters.Location}}
7171 ServiceDirectory : ${{ parameters.ServiceDirectory}}
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ extends:
2626 template : ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
2727 parameters :
2828 ServiceDirectory : attestation
29- Clouds : Public
3029 Location : WestUS
3130 CtestRegex : azure-security-attestation.*
3231 LiveTestCtestRegex : azure-security-attestation.*
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ extends:
3131 LineCoverageTarget : 81
3232 BranchCoverageTarget : 47
3333 LiveTestCtestRegex : azure-storage
34- Clouds : Preview
35- SupportedClouds : Preview
3634 Artifacts :
3735 - Name : azure-storage-common
3836 Path : azure-storage-common
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ extends:
3131 LineCoverageTarget : 77
3232 BranchCoverageTarget : 42
3333 LiveTestCtestRegex : azure-data
34- Clouds : Preview
35- SupportedClouds : Preview
3634 Artifacts :
3735 - Name : azure-data-tables
3836 Path : azure-data-tables
You can’t perform that action at this time.
0 commit comments