Skip to content
Success

Changes

Summary

  1. ansible: podman: use fuse-overlayfs (details)
  2. jobs/ttcn3-testsuites-testenv: add s1gw (details)
Commit 8fe1efa6d4441e655d477e8e5837592e0d6d910c by Oliver Smith
ansible: podman: use fuse-overlayfs

The default driver "vfs" leads to container crashes on heavy i/o load
on our jenkins machines. Use "fuse-overlayfs" instead, which does not
have these problems.

Add a systemd service that creates /dev/fuse when the LXC container
starts and configure the driver via ~/.config/containers/storage.conf.

Note: when changing the storage driver, the previous storage database
needs to be removed (~/.local/share/containers/storage/). I've done
this manually before rolling out this change.

Fixes: OS#6524
Change-Id: Ib67d5cbc7d567efed673e2e646ae5b903c49e928
The file was addedansible/roles/podman/files/storage.conf
The file was addedansible/roles/podman/files/mknod-fuse.service
The file was modifiedansible/roles/podman/tasks/main.yml
Commit c98cd9bcee9677db08817d74fffca01be1c3c641 by Oliver Smith
jobs/ttcn3-testsuites-testenv: add s1gw

Remove the docker-playground based job and add a new testenv based job
instead. Add one for -latest too as we recently tagged the first
releases.

Do not limit the job to a specific node, looks like this was pasted
from the above job by mistake. I've successfully ran this on another
node build2-deb11build-ansible.

Related: OS#6494
Depends: osmo-ttcn3-hacks Ib66c3f23355c117302b48fc9ef05cde1920d8739
Change-Id: Iac626d0c7c87c49ee6ba540ae1894abdb2336642
The file was modifiedjobs/ttcn3-testsuites.yml
The file was modifiedjobs/ttcn3-testsuites-testenv.yml