zuul/releasenotes/notes/jobdir_default-991bd6014104...

14 lines
558 B
YAML

---
upgrade:
- |
The default value for the :attr:`executor.job_dir` configuration
setting has been changed from ``/tmp`` to
``/var/lib/zuul/builds``. It is important for
:attr:`executor.job_dir` and :attr:`executor.git_dir` to be
located on the same filesystem, so this change increases the chances
that they end up on the same filesystem in most default configurations.
The ``builds`` subdirectory will be created if it does not exist,
however, ``/var/lib/zuul`` at least must exist and be writable by
the Zuul user.