Preserve zuul executor SIGTERM behavior

There is a change (the depends on) to modify how zuul executors handle
SIGTERM. Update our executor config to preserve the old behavior of
stopping the instance immediately rather than doing a graceful stop.

If we need to we can still request graceful stops directly using the
graceful stop command.

Depends-On: https://review.opendev.org/c/zuul/zuul/+/804464/
Change-Id: I76a2646a13a71d190be265354de18468bc93184c
This commit is contained in:
Clark Boylan 2021-07-09 16:22:24 -07:00
parent 4bda99ee47
commit 43e1dce889
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ trusted_ro_paths=/etc/openafs:/etc/ssl/certs:/var/lib/zuul/ssh
trusted_rw_paths=/afs
untrusted_ro_paths=/etc/ssl/certs
disk_limit_per_job=5000
sigterm_method=stop
[web]
log_config=/etc/zuul/web-logging.conf