[sysadmin/ci-tooling] build-specs/Frameworks: Revoke test execution for extra-cmake-modules across all platforms.

Ben Cooksley null at kde.org
Wed Sep 27 09:04:13 UTC 2017


Git commit 45ff1bc4ecb18ad71ad0570f7e838d1ae7cab2e2 by Ben Cooksley.
Committed on 27/09/2017 at 09:04.
Pushed by bcooksley into branch 'master'.

Revoke test execution for extra-cmake-modules across all platforms.
The tests in their current condition are incompatible with being run prior to installation, and leave the build directory unusable following their execution.
This means that brokeness in ECM won't be seen anywhere in the CI system until it is picked up the Dependency Rebuild jobs, after which point the impact will be KDE wide.
To ensure that the rest of Frameworks is built using the most recent version of ECM - and thus ensure any brokeness in ECM is detected early - we skip running tests, which allows installation to succeed.

CCMAIL: kde-frameworks-devel at kde.org
CCMAIL: release-team at kde.org

A  +5    -0    build-specs/Frameworks/extra-cmake-modules.yaml

https://commits.kde.org/sysadmin/ci-tooling/45ff1bc4ecb18ad71ad0570f7e838d1ae7cab2e2

diff --git a/build-specs/Frameworks/extra-cmake-modules.yaml b/build-specs/Frameworks/extra-cmake-modules.yaml
new file mode 100644
index 0000000..b235a3b
--- /dev/null
+++ b/build-specs/Frameworks/extra-cmake-modules.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