[sysadmin/ci-tooling] build-specs/Frameworks: Disable test execution for KIO on Windows.

Ben Cooksley null at kde.org
Sun Sep 3 01:35:27 UTC 2017


Git commit 765a1dc921642376fb1f8ca06b734211c9de878b by Ben Cooksley.
Committed on 03/09/2017 at 01:34.
Pushed by bcooksley into branch 'master'.

Disable test execution for KIO on Windows.
Currently KIO tests leave running processes behind on Windows, which means on subsequent runs the CI system fails to cleanup and can't build it again.
Because a number of other Frameworks are dependent on KIO this can cause them to break as well.
To eliminate the need for manual intervention, we'll disable test execution for now until this is fixed.

CCMAIL: kde-frameworks-devel at kde.org

A  +5    -0    build-specs/Frameworks/kio-WindowsMSVCQt5.9.yaml

https://commits.kde.org/sysadmin/ci-tooling/765a1dc921642376fb1f8ca06b734211c9de878b

diff --git a/build-specs/Frameworks/kio-WindowsMSVCQt5.9.yaml b/build-specs/Frameworks/kio-WindowsMSVCQt5.9.yaml
new file mode 100644
index 0000000..b235a3b
--- /dev/null
+++ b/build-specs/Frameworks/kio-WindowsMSVCQt5.9.yaml
@@ -0,0 +1,5 @@
+kf5-qt5:
+  run-tests: False
+
+stable-kf5-qt5:
+  run-tests: False


More information about the Kde-frameworks-devel mailing list