┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Zhu <[email protected]>2025-02-21 10:30:23 -0800
committerYifan Zhu <[email protected]>2025-02-21 13:35:41 -0800
commit79d1f25ad14b1626c64d7f25c2fa16da0e2b2737 (patch)
treea6b02892b6919dd01ecc420825fbd0ec24af6078
parent387dafe8e191f65399c37acf35379da0e2f0f5d5 (diff)
CI: require passing tests for merge
-rw-r--r--.kde-ci.yml5
1 files changed, 5 insertions, 0 deletions
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']