Project

General

Profile

coordination #120660

Updated by ph03nix over 1 year ago

# Motivation  

  
 We had multiple openQA tests fail in [run_container_in_k8s_GCE](https://openqa.suse.de/tests/9973975#step/run_container_in_k8s_GCE/54) the case https://openqa.suse.de/tests/9973975# where failed because there were a lot of many pending pendent jobs in our Kubernetes Cluster. This means that part of to be executed (see logs on http://openqa.suse.de/tests/9980567). Somehow the cleanup process does is not work as intended. working well in some cases 

 # Acceptance criteria 
 * **AC 1**: Check the cleanup process  
 * **AC 2**: If is a situation we cannot prevent, create a method to cleanup old jobs in each run (e.g. >1day)

Back