[sysadmin/ci-tooling] build-specs/Applications: Re-enable non-Akonadi tests in messagelib and mailcommon
Ben Cooksley
null at kde.org
Tue Aug 6 11:53:42 BST 2019
Git commit a4eecfb0f16fc466247a91e0149d121611d3fe67 by Ben Cooksley, on behalf of Daniel Vrátil.
Committed on 06/08/2019 at 10:53.
Pushed by bcooksley into branch 'master'.
Re-enable non-Akonadi tests in messagelib and mailcommon
We still haven't figured out why the Akonadi testrunner doesn't exist properly
sometimes on the CI so keep those disabled, but we can at least enable the
regular non-Akonadi tests in those libraries.
CCMAIL: kde-pim at kde.org
Differential Revision: https://phabricator.kde.org/D22944
M +4 -2 build-specs/Applications/mailcommon.yaml
M +4 -2 build-specs/Applications/messagelib.yaml
https://invent.kde.org/sysadmin/ci-tooling/commit/a4eecfb0f16fc466247a91e0149d121611d3fe67
diff --git a/build-specs/Applications/mailcommon.yaml b/build-specs/Applications/mailcommon.yaml
index c8f863a..b90d453 100644
--- a/build-specs/Applications/mailcommon.yaml
+++ b/build-specs/Applications/mailcommon.yaml
@@ -1,7 +1,9 @@
kf5-qt5:
- run-tests: False
+ cmake-options: "-DKDEPIM_RUN_AKONADI_TEST=FALSE"
+ run-tests: True
per-test-timeout: 60
stable-kf5-qt5:
- run-tests: False
+ cmake-options: "-DKDEPIM_RUN_AKONADI_TEST=FALSE"
+ run-tests: True
per-test-timeout: 60
diff --git a/build-specs/Applications/messagelib.yaml b/build-specs/Applications/messagelib.yaml
index c8f863a..b90d453 100644
--- a/build-specs/Applications/messagelib.yaml
+++ b/build-specs/Applications/messagelib.yaml
@@ -1,7 +1,9 @@
kf5-qt5:
- run-tests: False
+ cmake-options: "-DKDEPIM_RUN_AKONADI_TEST=FALSE"
+ run-tests: True
per-test-timeout: 60
stable-kf5-qt5:
- run-tests: False
+ cmake-options: "-DKDEPIM_RUN_AKONADI_TEST=FALSE"
+ run-tests: True
per-test-timeout: 60
More information about the kde-pim
mailing list