File tree Expand file tree Collapse file tree 5 files changed +0
-24
lines changed
eng/pipelines/templates/jobs
containers/azcontainerregistry Expand file tree Collapse file tree 5 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ parameters:
4242 # Canary regions are currently not supported in TME so disabling for now
4343 # Canary:
4444 # Location: 'centraluseuap'
45- UsGov :
46- China :
4745 - name : MatrixConfigs
4846 type : object
4947 default :
Original file line number Diff line number Diff line change @@ -28,5 +28,4 @@ extends:
2828 RunLiveTests : true
2929 UsePipelineProxy : false
3030 TestRunTime : ' 30m'
31- SupportedClouds : ' Public,UsGov'
3231 PersistOidcToken : true
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ extends:
2727 ServiceDirectory : ' messaging/azeventhubs'
2828 # (live tests not yet ready to run)
2929 RunLiveTests : true
30- SupportedClouds : ' Public,UsGov,China'
3130 EnvVars :
3231 AZURE_CLIENT_ID : $(AZEVENTHUBS_CLIENT_ID)
3332 AZURE_TENANT_ID : $(AZEVENTHUBS_TENANT_ID)
Original file line number Diff line number Diff line change @@ -26,18 +26,6 @@ extends:
2626 parameters :
2727 ServiceDirectory : ' messaging/azservicebus'
2828 RunLiveTests : true
29- # SupportedClouds: 'Public,UsGov,China'
30- SupportedClouds : ' China'
31- CloudConfig :
32- Public :
33- UsGov :
34- China :
35- MatrixReplace :
36- # Use dedicated pool with regional affinity to China cloud
37- - Pool=(.*)-general/$1-asia
38- MatrixFilters :
39- - Pool=.*mms-ubuntu-2004.*
40- - GoVersion=1.18.10
4129 EnvVars :
4230 AZURE_CLIENT_ID : $(AZSERVICEBUS_CLIENT_ID)
4331 AZURE_TENANT_ID : $(AZSERVICEBUS_TENANT_ID)
Original file line number Diff line number Diff line change @@ -28,14 +28,6 @@ extends:
2828 ServiceDirectory : ' security/keyvault/azkeys'
2929 RunLiveTests : true
3030 UsePipelineProxy : false
31- CloudConfig :
32- Public :
33- UsGov :
34- MatrixFilters :
35- - ArmTemplateParameters=^(?!.*enableHsm.*true)
36- China :
37- MatrixFilters :
38- - ArmTemplateParameters=^(?!.*enableHsm.*true)
3931
4032 # Due to the high cost of Managed HSMs, we only want to test using them weekly.
4133 ${{ if contains(variables['Build.DefinitionName'], 'weekly') }} :
You can’t perform that action at this time.
0 commit comments