mirror of
https://github.com/containers/podman.git
synced 2025-08-24 10:04:57 +08:00

In setup, write a containers.conf.d file with db_backend as specified in .cirrus.yml. This is actually much scarier and more achy-breaky than merely "sqlite system tests": it enables sqlite in e2e tests. ("But wait, we already do that!" -- no, not really. sqlite in e2e is being done via --db-backend option, and some podman commands in e2e do not use the standard options. See #17904. This is unlikely to get merged any time soon (March, maybe even April) because sqlite is still too fragile; this will trigger more flakes than are currently acceptable. Also, the nasty auto-update flake seems to trigger much more reliably with sqlite. We need that one fixed. Signed-off-by: Ed Santiago <santiago@redhat.com>