Right now when a staging succeeded successfully, we leave the job description behind in k8s (because in a generic k8s scenario you might want to start that job again). But in Eirini we never want to run the same staging job again. Instead of leaving cruft behind, we should clean up after ourselves.
Right now when a staging succeeded successfully, we leave the job description behind in k8s (because in a generic k8s scenario you might want to start that job again). But in Eirini we never want to run the same staging job again. Instead of leaving cruft behind, we should clean up after ourselves.
Implementation notes:
AC: