The "coverage" and "keymgr" system tests have been reliably failing
under ASAN and in tarball-based GitLab CI jobs ever since commit
4467114191b2d60ab4c5fd16d6650b67c449ddef moved the relevant jobs to
Debian "bookworm". As the above tests work fine in other jobs, these
particular failures will not be investigated further.
needs:
- job: gcc:tarball
artifacts: true
+ allow_failure: true
unit:gcc:tarball:
<<: *base_image
needs:
- job: gcc:asan
artifacts: true
+ allow_failure: true
unit:gcc:asan:
variables:
needs:
- job: clang:asan
artifacts: true
+ allow_failure: true
unit:clang:asan:
variables: