From 6dfa94d1b6162476f89c0c6562fabe4e75399cb5 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Sep 03 2025 11:22:54 +0000 Subject: Add some debug for when the conditional is not triggerred --- diff --git a/roles/fedpkg-build-cleanup/tasks/main.yaml b/roles/fedpkg-build-cleanup/tasks/main.yaml index f51bc22..4d6427a 100644 --- a/roles/fedpkg-build-cleanup/tasks/main.yaml +++ b/roles/fedpkg-build-cleanup/tasks/main.yaml @@ -1,3 +1,12 @@ +- debug: + msg: "task_id = {{ task_id | default('not defined')}}" +- debug: + msg: "zuul_success = {{ zuul_success | default('not defined')}}" +- debug: + msg: "koji_task_returned = {{ koji_task_returned | default('not defined')}}" +- debug: + msg: "zuul_success = {{ zuul_success | bool}}" + - name: Cancel any running scratch builds block: - name: Get the current state of Koji task