From 6b2e49319e691c8b40a7c638488c1417b9576e5d Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 28 Oct 2024 10:16:48 -0700 Subject: [PATCH 1/2] 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. --- sdk/cosmos/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/cosmos/tests.yml b/sdk/cosmos/tests.yml index f022c8a08a35..9e90bf718af9 100644 --- a/sdk/cosmos/tests.yml +++ b/sdk/cosmos/tests.yml @@ -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 From de549a8b609f6db91700aa4a2bd38f0bf3705353 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Mon, 28 Oct 2024 10:17:51 -0700 Subject: [PATCH 2/2] Update tests.yml --- sdk/cosmos/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cosmos/tests.yml b/sdk/cosmos/tests.yml index 9e90bf718af9..e0059af2c0b1 100644 --- a/sdk/cosmos/tests.yml +++ b/sdk/cosmos/tests.yml @@ -1,7 +1,7 @@ trigger: none extends: - template: ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml + template: /eng/pipelines/templates/stages/archetype-sdk-tests.yml parameters: CloudConfig: Public: