Package: ostree / 2024.9-1

Metadata

Package Version Patches format
ostree 2024.9-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/Skip test pull repeated during CI.patch | (download)

tests/test-pull-repeated.sh | 4 4 0 - 0 !
1 file changed, 4 insertions( )

 skip test-pull-repeated during ci

This test is expected to fail a small proportion of the time. During
the build of ostree 2018.7-1 in Debian, it seems we were unlucky on
s390x. Non-deterministic tests are also problematic for autopkgtest,
where they can gate migration of our dependencies like GLib, so skip
this test unless the caller has opted-in to non-deterministic tests.

It would be appropriate to enable this test in environments where
failures can easily be retried and are not disruptive to other
packages.

Signed-off-by: Simon McVittie <[email protected]>

debian/test sysroot Skip on s390x by default.patch | (download)

tests/test-sysroot.js | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 test-sysroot: skip on s390x by default

This test regularly fails on the buildds, but I cannot reproduce the
failure on a porterbox.

Bug: https://github.com/ostreedev/ostree/issues/2527
Bug-Debian: https://bugs.debian.org/1025532
debian/Skip test admin deploy uboot.sh on s390x.patch | (download)

tests/test-admin-deploy-uboot.sh | 5 5 0 - 0 !
1 file changed, 5 insertions( )

 skip test-admin-deploy-uboot.sh on s390x

It fails on a porterbox. ostree hard-codes zipl to be used on s390x,
so it's reasonable that tests for other bootloaders might not work.

Bug: https://github.com/ostreedev/ostree/issues/3086