Skip to content

Commit 58be3ca

Browse files
committed
more defaults
1 parent ababff5 commit 58be3ca

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

azure/common/apigee-deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ parameters:
154154
- name: agent_pool
155155
type: string
156156
default: "AWS-ECS"
157+
- name: job_timeout_in_minutes
158+
type: number
159+
default: 60
157160

158161

159162
extends:

azure/common/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ parameters:
5959
type: string
6060
- name: agent_pool
6161
type: string
62+
- name: job_timeout_in_minutes
63+
type: number
64+
default: 60
6265

6366
stages:
6467
- ${{ if eq(parameters.environment, 'manual-approval') }}:

azure/common/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ parameters:
6464
type: string
6565
- name: agent_pool
6666
type: string
67+
- name: job_timeout_in_minutes
68+
type: number
69+
default: 60
6770

6871
stages:
6972
- ${{ if eq(parameters.environment, 'manual-approval') }}:

0 commit comments

Comments
 (0)