File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
sdk/messaging/azservicebus Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,21 @@ stages:
2626 parameters :
2727 ServiceDirectory : ' messaging/azservicebus'
2828 RunLiveTests : true
29- SupportedClouds : ' Public,UsGov,China'
29+ # SupportedClouds: 'Public,UsGov,China'
30+ SupportedClouds : ' China'
31+ CloudConfig :
32+ Public :
33+ SubscriptionConfiguration : $(sub-config-azure-cloud-test-resources)
34+ UsGov :
35+ SubscriptionConfiguration : $(sub-config-gov-test-resources)
36+ China :
37+ SubscriptionConfiguration : $(sub-config-cn-test-resources)
38+ MatrixReplace :
39+ # Use dedicated pool with regional affinity to China cloud
40+ - Pool=(.*)-general/$1-asia
41+ MatrixFilters :
42+ - Pool=.*mms-ubuntu-2004.*
43+ - GoVersion=1.18.10
3044 EnvVars :
3145 AZURE_CLIENT_ID : $(AZSERVICEBUS_CLIENT_ID)
3246 AZURE_TENANT_ID : $(AZSERVICEBUS_TENANT_ID)
You can’t perform that action at this time.
0 commit comments