Skip to content

Commit 834ada1

Browse files
APM-5855 make agent pool configurable for testing
1 parent d622489 commit 834ada1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

azure/common/apigee-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,16 @@ parameters:
3030
- name: python_version
3131
type: string
3232
default: "3.8"
33+
- name: agent_pool
34+
type: string
35+
default: "AWS-ECS"
3336

3437
jobs:
3538
- job: build
3639
displayName: Build & Test
3740
timeoutInMinutes: 30
3841
pool:
39-
name: 'AWS-ECS'
42+
name: ${{ parameters.agent_pool }}
4043
workspace:
4144
clean: all
4245
variables:

0 commit comments

Comments
 (0)