
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
13 lines
460 B
YAML
13 lines
460 B
YAML
zuul_executor_ppas:
|
|
# For bubblewrap
|
|
- ppa:openstack-ci-core/bubblewrap
|
|
# Temporary PPA needed for bpo-27945 while waiting for SRU to be published
|
|
- ppa:openstack-ci-core/python-bpo-27945-backport
|
|
# We use later HWE kernels for better memory managment, requiring an
|
|
# updated AFS version which we install from our custom ppa.
|
|
- ppa:openstack-ci-core/openafs
|
|
# For skopeo
|
|
- ppa:projectatomic/ppa
|
|
zuul_executor_extra_packages:
|
|
- libjemalloc1
|