Project

General

Profile

coordination #120660

Updated by ilausuch 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) because of many pending jobs in our Kubernetes Cluster. This means that part of the cleanup process does not work as intended. 

 ## Motivation 
 Sometimes the tests doesn't clean properly the jobs in the k8s clusters. This leads to a lack of resources and tests failing.  

 # 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