summaryrefslogtreecommitdiff
path: root/releasenotes/notes/jobdir_default-991bd60141045b68.yaml
blob: ddb31d1c80f62a2359436f7d09efbf48c5890497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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.