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 }}