Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Clean-up cosmos test pipeline
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
commit 6b2e49319e691c8b40a7c638488c1417b9576e5d
5 changes: 1 addition & 4 deletions sdk/cosmos/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ trigger: none
extends:
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