The previous change in https://pagure.io/zuul-distro-jobs/pull-request/159 did not trigger the cleanup. The conditionals look fine:
- task_id was set when the build was canceled and it should have been available to the post-run
- zuul_success | bool should be false because it was aborted
- koji_task_returned was not yet defined
One of these failed, so adding some debug to know which one
The previous change in https://pagure.io/zuul-distro-jobs/pull-request/159 did not trigger the cleanup. The conditionals look fine:
-
task_idwas set when the build was canceled and it should have been available to the post-run-
zuul_success | boolshould be false because it was aborted-
koji_task_returnedwas not yet definedOne of these failed, so adding some debug to know which one