system-config/playbooks/roles/zuul-executor/templates/zuul-executor.defaults.j2
Monty Taylor 39495ffdd5 Test zuul-executor on focal
We want to replace the current executors with focal executors.
Make sure zuul-executor can run there.

Kubic is apparently the new source for libcontainers stuff:

  https://podman.io/getting-started/installation.html

Use only timesyncd on focal

ntp and timesyncd have a hard conflict with each other. Our test
images install ntp. Remove it and just stay with timesyncd.

Change-Id: I0126f7c77d92deb91711f38a19384a9319955cf5
2020-05-06 18:00:29 -05:00

5 lines
171 B
Django/Jinja

PIDFILE=/var/run/zuul/executor.pid
{% if ansible_distribution_version is version('20.04', '<') %}
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1
{% endif %}