Description of problem: If an active pipeline run is deleted, the created VM is not deleted. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Trigger the windows10-installer pipeline with an invalid url for the windows iso 2. Wait until the VM is created in wait-for-vmi-status 3. Delete the pipeline run Actual results: The temporary VM still exists. Expected results: All objects created by the pipeline run are cleaned up, including the temporary VM Additional info: Maybe an ownerReference to the PipelineRun, so that k8s cleans the VM and DV after failure.