diff options
| author | Yifan Zhu <[email protected]> | 2025-02-21 10:30:23 -0800 |
|---|---|---|
| committer | Yifan Zhu <[email protected]> | 2025-02-21 13:35:41 -0800 |
| commit | 79d1f25ad14b1626c64d7f25c2fa16da0e2b2737 (patch) | |
| tree | a6b02892b6919dd01ecc420825fbd0ec24af6078 /.kde-ci.yml | |
| parent | 387dafe8e191f65399c37acf35379da0e2f0f5d5 (diff) | |
CI: require passing tests for merge
Diffstat (limited to '.kde-ci.yml')
| -rw-r--r-- | .kde-ci.yml | 5 |
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'] |
