summaryrefslogtreecommitdiff
path: root/releasenotes/notes/graceful-09c7267360190f7a.yaml
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2021-07-06 10:42:31 -0700
committerJames E. Blair <jim@acmegating.com>2021-07-09 08:02:15 -0700
commitf1fca03fd1688887161543cd709fbcf84d58431c (patch)
treef01b443bc6695d6107a33f1a73dd89fa9c775692 /releasenotes/notes/graceful-09c7267360190f7a.yaml
parent2209ae6d205393400553247a6f9b0867f3140e89 (diff)
downloadzuul-f1fca03fd1688887161543cd709fbcf84d58431c.tar.gz
Add graceful stop environment variable
Add an environment variable that lets users (especially container image users) easily select which way they would like zuul-executor to handle SIGTERM. Change-Id: I8d42ea1c19f3e627bbfd32a535493de0cb8a04be
Diffstat (limited to 'releasenotes/notes/graceful-09c7267360190f7a.yaml')
-rw-r--r--releasenotes/notes/graceful-09c7267360190f7a.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/graceful-09c7267360190f7a.yaml b/releasenotes/notes/graceful-09c7267360190f7a.yaml
new file mode 100644
index 000000000..534a5eb45
--- /dev/null
+++ b/releasenotes/notes/graceful-09c7267360190f7a.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ The executor now honors the ``ZUUL_EXECUTOR_SIGTERM_METHOD``
+ environment variable to determine whether ``SIGTERM`` should be
+ equivalent to the ``stop`` command (the default) or the
+ ``graceful`` command.