]> cloud.milkyroute.net Git - dolphin.git/commitdiff
CI: require passing tests for merge
authorYifan Zhu <fanzhuyifan@gmail.com>
Fri, 21 Feb 2025 18:30:23 +0000 (10:30 -0800)
committerYifan Zhu <fanzhuyifan@gmail.com>
Fri, 21 Feb 2025 21:35:41 +0000 (13:35 -0800)
.kde-ci.yml

index 136cd8cacdbc97193cea5b5611c408af733ae236..2f3127189d9ca64681b6e1f23f9abb6c5c1f1534 100644 (file)
@@ -41,3 +41,8 @@ RuntimeDependencies:
  - 'on': ['Linux']
    'require':
     'sdk/selenium-webdriver-at-spi': '@latest-kf6'
  - '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']