From b643962a74d7e7f0e48806c6a4c19fbc1133a98e Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Wed, 14 Jan 2026 17:35:33 +0000 Subject: [PATCH] Add auto_stop_in for feature environment cleanup Feature branch environments will automatically stop after 1 week, triggering the cleanup_feature job. This ensures orphaned deployments are cleaned up even if the branch deletion doesn't trigger cleanup. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 339378b..1ae132a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -294,6 +294,7 @@ deploy_feature: name: review/$CI_COMMIT_REF_SLUG url: https://orchard-$CI_COMMIT_REF_SLUG.common.global.bsf.tools on_stop: cleanup_feature + auto_stop_in: 1 week kubernetes: agent: esv/bsf/bsf-integration/orchard/orchard-mvp:orchard rules: