Skip to content

Commit 9592bf7

Browse files
authored
Clean-up cosmos test pipeline (#38126)
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.
1 parent 6aae497 commit 9592bf7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sdk/cosmos/tests.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
trigger: none
22

33
extends:
4-
template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
4+
template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml
55
parameters:
6-
Clouds: 'Cosmos_Public'
76
CloudConfig:
8-
Cosmos_Public:
9-
SubscriptionConfigurations:
10-
- $(sub-config-cosmos-azure-cloud-test-resources)
7+
Public:
118
ServiceConnection: azure-sdk-tests-cosmos
129
MaxParallel: 6
1310
BuildTargetingString: azure-cosmos

0 commit comments

Comments
 (0)