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:
parent
4bda99ee47
commit
43e1dce889
@ -60,6 +60,7 @@ trusted_ro_paths=/etc/openafs:/etc/ssl/certs:/var/lib/zuul/ssh
|
|||||||
trusted_rw_paths=/afs
|
trusted_rw_paths=/afs
|
||||||
untrusted_ro_paths=/etc/ssl/certs
|
untrusted_ro_paths=/etc/ssl/certs
|
||||||
disk_limit_per_job=5000
|
disk_limit_per_job=5000
|
||||||
|
sigterm_method=stop
|
||||||
|
|
||||||
[web]
|
[web]
|
||||||
log_config=/etc/zuul/web-logging.conf
|
log_config=/etc/zuul/web-logging.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user