From 79d1f25ad14b1626c64d7f25c2fa16da0e2b2737 Mon Sep 17 00:00:00 2001 From: Yifan Zhu Date: Fri, 21 Feb 2025 10:30:23 -0800 Subject: [PATCH] CI: require passing tests for merge --- .kde-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 136cd8cac..2f3127189 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -41,3 +41,8 @@ RuntimeDependencies: - 'on': ['Linux'] 'require': 'sdk/selenium-webdriver-at-spi': '@latest-kf6' + +Options: + ctest-arguments: '--repeat until-pass:3' + use-ccache: True + require-passing-tests-on: ['Linux/Qt6', 'FreeBSD/Qt6'] -- 2.47.3