From 00d404335e5d1210a1f39a5a6293a06299c8623c Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 26 Apr 2023 15:50:47 +0300 Subject: [PATCH] ci: Pass --repeat until-pass to ctest Pass --repeat until-pass to make CI more robust to tests that randomly fail. --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 9029f5bafb..c72cced6a8 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -37,5 +37,6 @@ Dependencies: 'plasma/kscreenlocker': '@same' Options: + ctest-arguments: '--repeat until-pass:5' use-ccache: True require-passing-tests-on: ['FreeBSD', 'Linux']