]> git.ipfire.org Git - thirdparty/systemd.git/commit
Revert "test: use btrfs by default on Arch as well"
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 19 Feb 2024 10:23:31 +0000 (11:23 +0100)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 19 Feb 2024 10:43:54 +0000 (11:43 +0100)
commit18c769b0ff6c704fd31ba1f81f35c188fbe02bc9
tree33df6df4baf7626f8aef5070d947166c1e24b22c
parentac63c8df309e37960618610d8b57ac19ac657254
Revert "test: use btrfs by default on Arch as well"

There's something very wrong going on when using btrfs for the test
images, namely:
  - there's a significant performance hit, i.e. the Arch Linux run is
    ~20% slower, in the coverage run the situation is even worse
  - intermittent boot failures
  - intermittent "No space left on device" errors (even though there's
    enough free space)

Since debugging this might take a while, let's temporarily revert back
to ext4 to make the CI stable again.

This reverts commit 7eb7e3ec4f5dbc13ee729557e1544527f3101187.
test/test-functions