Skip to content

Longer timeout review-stop jobs + debugging info

Context

Related to #431870 (closed).

What does this MR do and why?

  1. Go from 15min to 30min for review-stop jobs

https://gitlab.com/gitlab-org/gitlab/-/jobs/5535361923 timed-out at 15min, but the k8s namespace deletion was successful.

We can increase the timeout to 30min, to make sure a slow but successful job won't timeout most of the time.

  1. Add debugging about which resources are blocking the namespace deletion

Add information in the job to understand and debug the namespaces that couldn't be deleted.

What it looks like

Locally:

Screenshot_2023-11-15_at_14.04.24

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by David Dieulivol

Merge request reports