Skip to content

Commit

Permalink
[Bug Fix] jenkins/* - Increase creation timeout to support regions fa…
Browse files Browse the repository at this point in the history
…r away from Jenkins mirrors (closes widdix#399)
  • Loading branch information
michaelwittig committed Mar 5, 2020
1 parent af6f3a7 commit e937ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,10 +1309,10 @@ Resources:
PropagateAtLaunch: true
CreationPolicy:
ResourceSignal:
Timeout: PT15M
Timeout: PT30M
UpdatePolicy:
AutoScalingRollingUpdate:
PauseTime: PT15M
PauseTime: PT30M
SuspendProcesses:
- HealthCheck
- ReplaceUnhealthy
Expand Down Expand Up @@ -2018,11 +2018,11 @@ Resources:
PropagateAtLaunch: true
CreationPolicy:
ResourceSignal:
Timeout: PT10M
Timeout: PT15M
Count: !If [HasZeroAgents, 0, 1]
UpdatePolicy:
AutoScalingRollingUpdate:
PauseTime: PT10M
PauseTime: PT15M
SuspendProcesses:
- HealthCheck
- ReplaceUnhealthy
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -959,10 +959,10 @@ Resources:
PropagateAtLaunch: true
CreationPolicy:
ResourceSignal:
Timeout: PT15M
Timeout: PT30M
UpdatePolicy:
AutoScalingRollingUpdate:
PauseTime: PT15M
PauseTime: PT30M
SuspendProcesses:
- HealthCheck
- ReplaceUnhealthy
Expand Down

0 comments on commit e937ed1

Please sign in to comment.