File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Metadata:
53
53
- BuildkiteAgentEnableGitMirrors
54
54
- BuildkiteAgentTracingBackend
55
55
- BuildkiteAgentCancelGracePeriod
56
+ - BuildkiteAgentSignalGracePeriod
56
57
- BuildkiteTerminateInstanceAfterJob
57
58
- BuildkiteAdditionalSudoPermissions
58
59
- BuildkiteWindowsAdministrator
@@ -224,6 +225,12 @@ Parameters:
224
225
Default : 60
225
226
MinValue : 1
226
227
228
+ BuildkiteAgentSignalGracePeriod :
229
+ Description : The number of seconds given to a subprocess to handle being sent `cancel-signal`. After this period has elapsed, SIGKILL will be sent.
230
+ Type : Number
231
+ Default : 60
232
+ MinValue : -1
233
+
227
234
BuildkiteTerminateInstanceAfterJob :
228
235
Description : Set to "true" to terminate the instance after a job has completed.
229
236
Type : String
@@ -1488,6 +1495,7 @@ Resources:
1488
1495
BUILDKITE_AGENT_TRACING_BACKEND="${BuildkiteAgentTracingBackend}" \
1489
1496
BUILDKITE_AGENT_RELEASE="${BuildkiteAgentRelease}" \
1490
1497
BUILDKITE_AGENT_CANCEL_GRACE_PERIOD="${BuildkiteAgentCancelGracePeriod}" \
1498
+ BUILDKITE_AGENT_SIGNAL_GRACE_PERIOD_SECONDS="${BuildkiteAgentSignalGracePeriod}" \
1491
1499
BUILDKITE_AGENT_SIGNING_KMS_KEY="${PipelineSigningKMSKey}" \
1492
1500
BUILDKITE_AGENT_SIGNING_FAILURE_BEHAVIOR="${PipelineSigningVerificationFailureBehavior}" \
1493
1501
BUILDKITE_QUEUE="${BuildkiteQueue}" \
You can’t perform that action at this time.
0 commit comments