Skip to content

Commit

Permalink
Clean-up cosmos test pipeline (#38126)
Browse files Browse the repository at this point in the history
Update cosmos test pipeline as it no longer needs that sub-config as the data comes from the service connection. Also update the config name to use default name of public.
  • Loading branch information
weshaggard authored Oct 28, 2024
1 parent 6aae497 commit 9592bf7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sdk/cosmos/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
trigger: none

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
parameters:
Clouds: 'Cosmos_Public'
CloudConfig:
Cosmos_Public:
SubscriptionConfigurations:
- $(sub-config-cosmos-azure-cloud-test-resources)
Public:
ServiceConnection: azure-sdk-tests-cosmos
MaxParallel: 6
BuildTargetingString: azure-cosmos
Expand Down

0 comments on commit 9592bf7

Please sign in to comment.