From: Yifan Zhu Date: Fri, 21 Feb 2025 18:30:23 +0000 (-0800) Subject: CI: require passing tests for merge X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/79d1f25ad14b1626c64d7f25c2fa16da0e2b2737 CI: require passing tests for merge --- 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']