From 2e11a50a8add78def8dc45c9a0e5cac07ee34c27 Mon Sep 17 00:00:00 2001 From: NautiyalVikas1 <157499123+NautiyalVikas1@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:49:26 +0100 Subject: [PATCH] APM-6363-PythonUpgradeTesting --- azure/azure-build-pipeline.yml | 2 +- azure/azure-pr-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure/azure-build-pipeline.yml b/azure/azure-build-pipeline.yml index 03abb88..3e0a177 100644 --- a/azure/azure-build-pipeline.yml +++ b/azure/azure-build-pipeline.yml @@ -25,7 +25,7 @@ variables: extends: template: azure/common/apigee-build.yml@common parameters: - agent_pool: 'AWS-ECS' + agent_pool: 'AWS-ECS-Test' service_name: ${{ variables.service_name }} short_service_name: ${{ variables.short_service_name }} python_version: ${{ variables.python_version }} diff --git a/azure/azure-pr-pipeline.yml b/azure/azure-pr-pipeline.yml index 0ffa136..0f58641 100644 --- a/azure/azure-pr-pipeline.yml +++ b/azure/azure-pr-pipeline.yml @@ -27,7 +27,7 @@ variables: extends: template: azure/common/apigee-deployment.yml@common parameters: - agent_pool: 'AWS-ECS' + agent_pool: 'AWS-ECS-Test' service_name: ${{ variables.service_name }} short_service_name: ${{ variables.short_service_name }} service_base_path: ${{ variables.service_base_path }}