Skip to content

Commit

Permalink
Remove sovereign cloud testing references (#32587)
Browse files Browse the repository at this point in the history
Remove sovereign cloud testing references
  • Loading branch information
benbp authored Jan 17, 2025
1 parent cd11a73 commit 5d24654
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ parameters:
# MatrixFilters:
# - OSVmImage=.*Ubuntu.*
# - DependencyVersion=^$
UsGov:
China:
- name: MatrixConfigs
type: object
default:
Expand Down
2 changes: 0 additions & 2 deletions eng/pipelines/templates/stages/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ parameters:
# MatrixFilters:
# - OSVmImage=.*Ubuntu.*
# - DependencyVersion=^$
UsGov:
China:
- name: MatrixConfigs
type: object
default:
Expand Down
1 change: 0 additions & 1 deletion sdk/appconfiguration/app-configuration/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ extends:
parameters:
PackageName: "@azure/app-configuration"
ServiceDirectory: appconfiguration
SupportedClouds: 'Public,UsGov,China'
1 change: 0 additions & 1 deletion sdk/containerregistry/container-registry/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ extends:
- DependencyVersion=^$
- ${{ if contains(variables['Build.DefinitionName'], 'tests-weekly') }}:
- Pool=.*mms-ubuntu-2004.*
SupportedClouds: 'Public,UsGov,China'
7 changes: 0 additions & 7 deletions sdk/eventhub/event-hubs/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ extends:
PackageName: "@azure/event-hubs"
ServiceDirectory: eventhub
TimeoutInMinutes: 90
SupportedClouds: 'Public,UsGov,China'
CloudConfig:
Public:
UsGov:
Location: 'usgovarizona'
China:
Location: 'chinaeast'
EnvVars:
AZURE_LOG_LEVEL: info
7 changes: 0 additions & 7 deletions sdk/eventhub/eventhubs-checkpointstore-blob/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@ extends:
MatrixFilters:
- TestType=^(?!sample).*
- DependencyVersion=^$
SupportedClouds: 'Public,UsGov,China'
CloudConfig:
Public:
UsGov:
Location: 'usgovarizona'
China:
Location: 'chinaeast'
1 change: 0 additions & 1 deletion sdk/keyvault/keyvault-certificates/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ extends:
PackageName: "@azure/keyvault-certificates"
ServiceDirectory: keyvault
TimeoutInMinutes: 90
SupportedClouds: 'Public,UsGov,China'
AdditionalMatrixConfigs:
- Name: Keyvault_live_test_base
Path: sdk/keyvault/keyvault-certificates/platform-matrix.json
Expand Down
7 changes: 0 additions & 7 deletions sdk/keyvault/keyvault-keys/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ extends:
PackageName: "@azure/keyvault-keys"
ServiceDirectory: keyvault
TimeoutInMinutes: 90
SupportedClouds: 'Public,UsGov,China'
CloudConfig:
Public:
Location: 'eastus2'
UsGov:
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
China:
MatrixFilters:
- ArmTemplateParameters=^(?!.*enableHsm.*true)
# KV HSM limitation prevents us from running live tests
# against multiple platforms in parallel (we're limited to a single
# instance per region per subscription) so we're only running
Expand Down
1 change: 0 additions & 1 deletion sdk/keyvault/keyvault-secrets/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ extends:
PackageName: "@azure/keyvault-secrets"
ServiceDirectory: keyvault
TimeoutInMinutes: 59
SupportedClouds: 'Public,UsGov,China'
1 change: 0 additions & 1 deletion sdk/search/search-documents/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ extends:
PackageName: "@azure/search-documents"
ServiceDirectory: search
TimeoutInMinutes: 90
SupportedClouds: "Public,UsGov,China"
7 changes: 0 additions & 7 deletions sdk/servicebus/service-bus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@ extends:
PackageName: "@azure/service-bus"
ServiceDirectory: servicebus
TimeoutInMinutes: 120
SupportedClouds: 'Public,UsGov,China'
CloudConfig:
Public:
UsGov:
Location: 'usgovarizona'
China:
Location: 'chinaeast'
EnvVars:
DEBUG: azure:service-bus:*,azure:core-amqp:*,rhea-promise:error,rhea:events,rhea:frames,rhea:io,rhea:flow

0 comments on commit 5d24654

Please sign in to comment.