Skip to content

fix upt resource hanging

Jakub Racek requested to merge (removed):fix-upt-resource-hanging into main

The param passed to upt_release_testing_resources_on_fatal_err isn't correct, a yaml file is to be passed, not the source Beaker xml. As a consequence, resources aren't released (e.g. when there was a timeout). The rest of the code is OK, but we rename the arguments properly for consistency.

Signed-off-by: Jakub Racek jracek@redhat.com

Merge request reports