Commit cf02a7d1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'rw/add-disk-size-note-to-cq' into 'master'

Add disk space requirements to code quality doc

Closes #8008

See merge request gitlab-org/gitlab!29083
parents fa71982c 00b10992
...@@ -53,8 +53,10 @@ also requires the GitLab Runner 11.5 or later. For earlier versions, use the ...@@ -53,8 +53,10 @@ also requires the GitLab Runner 11.5 or later. For earlier versions, use the
This example shows how to run Code Quality on your code by using GitLab CI/CD and Docker. This example shows how to run Code Quality on your code by using GitLab CI/CD and Docker.
First, you need GitLab Runner with First, you need GitLab Runner with:
[docker-in-docker executor](../../../ci/docker/using_docker_build.md#use-docker-in-docker-workflow-with-docker-executor).
- The [docker-in-docker executor](../../../ci/docker/using_docker_build.md#use-docker-in-docker-workflow-with-docker-executor).
- Enough disk space to handle generated Code Quality files. For example on the [GitLab project](https://gitlab.com/gitlab-org/gitlab) the files are approximately 7 GB.
Once you set up the Runner, include the CodeQuality template in your CI config: Once you set up the Runner, include the CodeQuality template in your CI config:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment