ci: Don't auto-stop Review apps
requested to merge 381415-pipeline-gets-stuck-due-to-review-app-jobs-in-deadlock-state-rc into master
What does this MR do and why?
The idea is to stop using the auto_stop_in
feature since it skew our pipelines duration due to a bug in GitLab.
This should also prevent deadlocks as reported in #381415 (closed).
We'll rely on the regular Helm/K8s cleanup that runs every two hours. We'll clean up Review Apps 2 days after the latest deployment, and cleanup K8s namespaces 3 days after they're created.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #381415 (closed)
Edited by Rémy Coutable