Add latest changes from gitlab-org/gitlab@17-11-stable-ee

This commit is contained in:
GitLab Bot
2025-06-13 21:38:11 +00:00
parent 28815f738a
commit d4131961b9
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ stages:
- preflight
- prepare
- build-images
- release-environments
- fixtures
- lint
- test-frontend
@ -14,7 +15,6 @@ stages:
- pre-merge
- pages
- notify
- release-environments
- benchmark
- ai-gateway

View File

@ -8,6 +8,9 @@ start-release-environments-security-pipeline:
# as they cannot be overridden. See this issue for more context:
#
# https://gitlab.com/gitlab-org/gitlab/-/issues/387183
needs:
- compile-production-assets
- build-qa-image
inherit:
variables:
- RUBY_VERSION_DEFAULT