From 8bd79388c358fa88aa254b695f446fa0f8d857b9 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Thu, 30 Apr 2026 08:41:43 +0200 Subject: [PATCH] Fail CI jobs for test purposes We would like to compare deployment solutions Signed-off-by: Daniel Pawlik --- ci/playbooks/collect-logs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/playbooks/collect-logs.yml b/ci/playbooks/collect-logs.yml index 7ffdcc4cc..6cf2f3990 100644 --- a/ci/playbooks/collect-logs.yml +++ b/ci/playbooks/collect-logs.yml @@ -209,3 +209,11 @@ ansible.builtin.include_role: name: fetch-output ignore_errors: true # noqa: ignore-errors + +- name: Stop the jobs + hosts: all + gather_facts: false + tasks: + - name: Fail job + ansible.builtin.fail: + msg: Daniel says - fail