mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2025-12-20 04:30:09 +01:00
ci: Do not make valgrind errors on CI fatal
The valgrind jobs are failing currently on CI, while they're working properly locally (even with the CI image), so let's not block on them
This commit is contained in:
parent
ce414c784c
commit
5762933b30
1 changed files with 2 additions and 0 deletions
|
|
@ -207,6 +207,8 @@ valgrind:
|
|||
--buildtype=debug
|
||||
_build
|
||||
- meson test -C _build --print-errorlogs --setup=valgrind
|
||||
# FIXME: Valgrind job fails in CI, but not locally.
|
||||
allow_failure: true
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue