Skip to content

Commit fcfafa5

Browse files
Merge pull request #196 from NHSDigital/APM-5855-use-test-agent-pool
APM-5855 use test agent pool for canary
2 parents 9c4d0ad + 826fa05 commit fcfafa5

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

azure/azure-build-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ variables:
2525
extends:
2626
template: azure/common/apigee-build.yml@common
2727
parameters:
28+
agent_pool: 'AWS-ECS-Test'
2829
service_name: ${{ variables.service_name }}
2930
short_service_name: ${{ variables.short_service_name }}
3031
cache_steps:

azure/azure-pr-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ resources:
2020
- refs/heads/main
2121
- refs/tags/v*
2222

23-
pool:
24-
name: 'AWS-ECS'
2523

2624
variables:
2725
- template: project.yml
2826

2927
extends:
3028
template: azure/common/apigee-deployment.yml@common
3129
parameters:
30+
agent_pool: 'AWS-ECS-Test'
3231
service_name: ${{ variables.service_name }}
3332
short_service_name: ${{ variables.short_service_name }}
3433
service_base_path: ${{ variables.service_base_path }}

azure/azure-release-pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ resources:
1818
include:
1919
- refs/tags/v*
2020

21-
pool:
22-
name: 'AWS-ECS'
23-
2421
variables:
2522
- template: project.yml
2623

2724
extends:
2825
template: azure/common/apigee-deployment.yml@common
2926
parameters:
27+
agent_pool: 'AWS-ECS-Test'
3028
service_name: ${{ variables.service_name }}
3129
short_service_name: ${{ variables.short_service_name }}
3230
service_base_path: ${{ variables.service_base_path }}

0 commit comments

Comments
 (0)