Git commit c26336c9408f513369b5f54bff63398a0982f4f1 by Ben Cooksley. Committed on 12/04/2019 at 19:03. Pushed by bcooksley into branch 'master'. Strip kblog of it's test execution permissions across all platforms. The test kblog-testblogger1 causes kdeinit5 to be relaunched (or alternativ= ely, kblog-testblogcomment kills it), which guarantees that ctest will alwa= ys hang following the completion of this test. It also means that manual intervention is required for every test process a= fter that one, as kdeinit5/klauncher/kded will all have to be killed follow= ing the completion of the individual test. Therefore, to avoid the need for manual intervention to keep the CI system = working we are disabling the execution of tests for kblog. CCMAIL: kde-pim@kde.org CCMAIL: release-team@kde.org A +5 -0 build-specs/Applications/kblog.yaml https://invent.kde.org/sysadmin/ci-tooling/commit/c26336c9408f513369b5f54bf= f63398a0982f4f1 diff --git a/build-specs/Applications/kblog.yaml b/build-specs/Applications= /kblog.yaml new file mode 100644 index 0000000..b235a3b --- /dev/null +++ b/build-specs/Applications/kblog.yaml @@ -0,0 +1,5 @@ +kf5-qt5: + run-tests: False + +stable-kf5-qt5: + run-tests: False