Skip to content

Commit

Permalink
Remove sovereign cloud testing references (#23970)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Jan 17, 2025
1 parent af2aacb commit 06d0a26
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ parameters:
# Canary regions are currently not supported in TME so disabling for now
# Canary:
# Location: 'centraluseuap'
UsGov:
China:
- name: MatrixConfigs
type: object
default:
Expand Down
1 change: 0 additions & 1 deletion sdk/containers/azcontainerregistry/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ extends:
RunLiveTests: true
UsePipelineProxy: false
TestRunTime: '30m'
SupportedClouds: 'Public,UsGov'
PersistOidcToken: true
1 change: 0 additions & 1 deletion sdk/messaging/azeventhubs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ extends:
ServiceDirectory: 'messaging/azeventhubs'
# (live tests not yet ready to run)
RunLiveTests: true
SupportedClouds: 'Public,UsGov,China'
EnvVars:
AZURE_CLIENT_ID: $(AZEVENTHUBS_CLIENT_ID)
AZURE_TENANT_ID: $(AZEVENTHUBS_TENANT_ID)
Expand Down
12 changes: 0 additions & 12 deletions sdk/messaging/azservicebus/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ extends:
parameters:
ServiceDirectory: 'messaging/azservicebus'
RunLiveTests: true
# SupportedClouds: 'Public,UsGov,China'
SupportedClouds: 'China'
CloudConfig:
Public:
UsGov:
China:
MatrixReplace:
# Use dedicated pool with regional affinity to China cloud
- Pool=(.*)-general/$1-asia
MatrixFilters:
- Pool=.*mms-ubuntu-2004.*
- GoVersion=1.18.10
EnvVars:
AZURE_CLIENT_ID: $(AZSERVICEBUS_CLIENT_ID)
AZURE_TENANT_ID: $(AZSERVICEBUS_TENANT_ID)
Expand Down
8 changes: 0 additions & 8 deletions sdk/security/keyvault/azkeys/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ extends:
ServiceDirectory: 'security/keyvault/azkeys'
RunLiveTests: true
UsePipelineProxy: false
CloudConfig:
Public:
UsGov:
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
China:
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)

# Due to the high cost of Managed HSMs, we only want to test using them weekly.
${{ if contains(variables['Build.DefinitionName'], 'weekly') }}:
Expand Down

0 comments on commit 06d0a26

Please sign in to comment.