summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-09-01 14:15:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-01 14:15:38 +0000
commit28b374eea4e2890514067ac7875b4c1d252c5cdd (patch)
tree9fe30ae35df4b83cee000e1a0880b390d88d80f0 /.gitlab-ci.yml
parentc8fd9c521b89b98797cfd6e3a51cae6955129c20 (diff)
downloadgitlab-ce-28b374eea4e2890514067ac7875b4c1d252c5cdd.tar.gz
Add latest changes from gitlab-org/gitlab@15-3-stable-ee
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 486da5bb906..882ae337c60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,27 +130,6 @@ variables:
REGISTRY_HOST: "registry.gitlab.com"
REGISTRY_GROUP: "gitlab-org"
- # Preparing custom clone path to reduce space used by all random forks
- # on GitLab.com's Shared Runners. Our main forks - especially the security
- # ones - will have this variable overwritten in the project settings, so that
- # a security-related code or code using our protected variables will be never
- # stored on the same path as the community forks.
- # Part of the solution for the `no space left on device` problem described at
- # https://gitlab.com/gitlab-org/gitlab/issues/197876.
- #
- # For this purpose the https://gitlab.com/gitlab-org-forks group was created
- # to host a placeholder for the `/builds/gitlab-org-forks` path and ensure
- # that no legitimate project will ever use it and - by mistake - execute its
- # job on a shared working directory. It also requires proper configuration of
- # the Runner that executes the job (which was prepared for our shared runners
- # by https://ops.gitlab.net/gitlab-cookbooks/chef-repo/-/merge_requests/3977).
- #
- # Because of all of that PLEASE DO NOT CHANGE THE PATH.
- #
- # For more details and reasoning that brought this change please check
- # https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24887
- GIT_CLONE_PATH: "/builds/gitlab-org-forks/${CI_PROJECT_NAME}"
-
include:
- local: .gitlab/ci/*.gitlab-ci.yml
- remote: 'https://gitlab.com/gitlab-org/frontend/untamper-my-lockfile/-/raw/main/templates/merge_request_pipelines.yml'