[sysadmin/ci-tooling] build-specs/Applications: Disable execution of tests for messagelib.
Ben Cooksley
null at kde.org
Thu Jun 14 08:55:04 BST 2018
Git commit 9e85874c7e28696fa620b23b82303d6ac7fb9119 by Ben Cooksley.
Committed on 14/06/2018 at 07:54.
Pushed by bcooksley into branch 'master'.
Disable execution of tests for messagelib.
The tests in this project spawn resident processes which run indefinitely, preventing CTest from continuing.
This in turn blocks CI nodes and prevents the system from otherwise operating correctly.
To ensure the smooth operation of the system, we therefore need to disable execution of tests for messagelib until this is fixed.
CCMAIL: kde-pim at kde.org
A +5 -0 build-specs/Applications/messagelib.yaml
https://commits.kde.org/sysadmin/ci-tooling/9e85874c7e28696fa620b23b82303d6ac7fb9119
diff --git a/build-specs/Applications/messagelib.yaml b/build-specs/Applications/messagelib.yaml
new file mode 100644
index 0000000..b235a3b
--- /dev/null
+++ b/build-specs/Applications/messagelib.yaml
@@ -0,0 +1,5 @@
+kf5-qt5:
+ run-tests: False
+
+stable-kf5-qt5:
+ run-tests: False
More information about the kde-pim
mailing list