You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ Metadata:
60
60
- BuildkiteAgentScalerServerlessARN
61
61
- BuildkiteAgentScalerVersion
62
62
- LogRetentionDays
63
+
- BuildkiteAgentEnableGracefulShutdown
63
64
64
65
- Label:
65
66
default: Network Configuration
@@ -210,6 +211,14 @@ Parameters:
210
211
Description: The number of days to retain the Cloudwatch Logs of the lambda.
211
212
Default: "1"
212
213
214
+
BuildkiteAgentEnableGracefulShutdown:
215
+
Description: Set to true to enable graceful shutdown of agents when the ASG is updated with replacement. This allows ASGs to be removed in a timely manner during an in-place update of the elastic stack, and allows remaining agents to finish jobs without interruptions.
216
+
Type: String
217
+
AllowedValues:
218
+
- "true"
219
+
- "false"
220
+
Default: "false"
221
+
213
222
BuildkiteAgentTracingBackend:
214
223
Description: The tracing backend to use for CI tracing. See https://buildkite.com/docs/agent/v3/tracing
0 commit comments