Merge "Update zuul-executor shutdown handling"

This commit is contained in:
Zuul 2021-03-04 21:48:20 +00:00 committed by Gerrit Code Review
commit 8998ee96b2

View File

@ -4,13 +4,11 @@ version: '2'
services: services:
executor: executor:
restart: always restart: on-failure
image: docker.io/zuul/zuul-executor:latest image: docker.io/zuul/zuul-executor:latest
network_mode: host network_mode: host
user: zuul user: zuul
privileged: true privileged: true
stop_signal: SIGHUP
stop_grace_period: 3h10m
volumes: volumes:
- /etc/zuul:/etc/zuul - /etc/zuul:/etc/zuul
- /opt/project-config:/opt/project-config - /opt/project-config:/opt/project-config