mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
Our CI pipeline fails 9 times out of 10 on the valgrind tests. The tests seem to finish in either 35 min or exceed the 60 min timeout limit, with nothing in between. To avoid this let's split into more groups so we can a) run those more in parallel and b) are less likely to hit the timeout when run slowly. Analysis of recent logs shows the eraser button tests to be the worst offender, taking 752s (due to the combinatorial explosion) alone. The various tip and proximity tests together also take some time so let's group those out. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1274> |
||
|---|---|---|
| .. | ||
| ci.template | ||
| config.yml | ||
| libinput.spec.in | ||
| meson-build.sh | ||
| scanbuild-wrapper.sh | ||
| whitespace-check.py | ||