From d585d8a4673b0455180b937b67c51f3530dbbdb5 Mon Sep 17 00:00:00 2001 From: vikas singh Date: Tue, 21 Feb 2023 18:09:02 +0530 Subject: [PATCH] Migration @azure/cosmos ci pipeline to run on windows-2022 agent pool. (#24935) ### Packages impacted by this PR @azure/cosmos ### Issues associated with this PR ### Describe the problem that is addressed by this PR Agent pool in `eng\pipelines\templates\stages\platform-matrix.json` has been migrated to windows-2022, from windows-2019. This caused tests to skip for @azure/cosmos which uses non standard file `eng\pipelines\templates\stages\cosmos-sdk-client.yml` instead of `eng\pipelines\templates\stages\archetype-sdk-client.yml`. We are currently planning to move to `archetype-sdk-client.yml` ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ NA ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --- eng/pipelines/templates/stages/cosmos-sdk-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/stages/cosmos-sdk-client.yml b/eng/pipelines/templates/stages/cosmos-sdk-client.yml index 84dde6590aee..c06155c70f78 100644 --- a/eng/pipelines/templates/stages/cosmos-sdk-client.yml +++ b/eng/pipelines/templates/stages/cosmos-sdk-client.yml @@ -39,7 +39,7 @@ stages: - TestType=node - DependencyVersion=^$ - NodeTestVersion=14.x - - Pool=.*mms-win-2019.* + - Pool=.*mms-win-2022.* PreSteps: - template: /eng/pipelines/templates/steps/cosmos-integration-public.yml PostSteps: