Skip to content

runners: Allow pod-cleanup.gitlab.com/ttl pod annotation to be overwritten

Ahmon Dancy requested to merge main-Id36a2f28c7932da32c690b5ab3d1a1c5369771ee into main

Allow the pod-cleanup.gitlab.com/ttl pod annotation to be
overwritten using Gitlab-CI job variables, for example:

# Set a longer pod cleanup timeout for a long-running job  
variables:  
  KUBERNETES_POD_ANNOTATIONS_1: "pod-cleanup.gitlab.com/ttl=3h"  

Merge request reports

Loading