85d923b74e
We update the docker-compose config for zuul-executor to better handle its shutdown handling. In particular we want to support zuul-executor graceful which will pause the server then exit with rc 0 when all builds complete. To do this we switch restart: always to restart: on-failure. With the always setting docker simply restarts zuul-executor after a graceful stop. We also remove the stop signal of SIGHUP with its long timeout. Zuul executor does not seem to catch SIGHUP for anything anymore so this is there for old behavior and can be cleaned up. Change-Id: I5211b91025ce5a13648f3648db3b42d357ecd590 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
tasks | ||
templates | ||
vars | ||
README.rst |
Run Zuul Executor