Skip to content

gitlab CI: retry the VM jobs on script failure

Peter Hutterer requested to merge whot/libinput:wip/retry-vm-jobs into master

Unfortunately the various VM jobs are timing sensitive and create a bunch of false positives if the runners are under load and miss out on some of the events (the tablet proximity handling is a particularly bad test here). Let's retry on failure first to give the CI more opportunity to maybe succeed.

Merge request reports