The workflow in .github/workflows/ci-e2e-openshift.yaml deletes the dual-pods controller while some relevant Pods exist and then tries to delete the namespace that the test ran in. Some Pods never get deleted because they have a finalizer that the dual-pods controller would normally remove. The namespace never gets deleted because the Pods never get deleted.
The workflow in
.github/workflows/ci-e2e-openshift.yamldeletes the dual-pods controller while some relevant Pods exist and then tries to delete the namespace that the test ran in. Some Pods never get deleted because they have a finalizer that the dual-pods controller would normally remove. The namespace never gets deleted because the Pods never get deleted.