diff --git a/azure/azure-build-pipeline.yml b/azure/azure-build-pipeline.yml index 03abb88a..733984ba 100644 --- a/azure/azure-build-pipeline.yml +++ b/azure/azure-build-pipeline.yml @@ -17,7 +17,7 @@ resources: - repository: common type: github name: NHSDigital/api-management-utils - ref: refs/heads/master + ref: refs/heads/task-5886New endpoint: NHSDigital variables: @@ -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 0ffa1365..113d3f3f 100644 --- a/azure/azure-pr-pipeline.yml +++ b/azure/azure-pr-pipeline.yml @@ -8,7 +8,7 @@ resources: - repository: common type: github name: NHSDigital/api-management-utils - ref: refs/heads/master + ref: refs/heads/task-5886New endpoint: NHSDigital pipelines: - pipeline: build_pipeline @@ -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 }} diff --git a/azure/azure-release-pipeline.yml b/azure/azure-release-pipeline.yml index 305dfb97..6efae74a 100644 --- a/azure/azure-release-pipeline.yml +++ b/azure/azure-release-pipeline.yml @@ -8,7 +8,7 @@ resources: - repository: common type: github name: NHSDigital/api-management-utils - ref: refs/heads/master + ref: refs/heads/task-5886New endpoint: NHSDigital pipelines: - pipeline: build_pipeline @@ -24,7 +24,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 }}