summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMario de la Ossa <mariodelaossa@gmail.com>2019-01-07 15:05:35 -0600
committerMario de la Ossa <mariodelaossa@gmail.com>2019-01-08 17:18:15 -0600
commite4875cd2410018f639000118df7b6c2f1d7dd057 (patch)
treea9cc2d956da9d1edf84ac5e1a06ae545475c9126 /doc
parent2ab68a2341ba0925e434dd0270ef2b0e9934be4e (diff)
downloadgitlab-ce-e4875cd2410018f639000118df7b6c2f1d7dd057.tar.gz
Backport of elastic-test-repos from EE
Diffstat (limited to 'doc')
-rw-r--r--doc/development/rake_tasks.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/development/rake_tasks.md b/doc/development/rake_tasks.md
index 2ad748d4802..ae9bf863419 100644
--- a/doc/development/rake_tasks.md
+++ b/doc/development/rake_tasks.md
@@ -38,6 +38,14 @@ Note that since you can't see the questions from stdout, you might just want
to `echo 'yes'` to keep it running. It would still print the errors on stderr
so no worries about missing errors.
+### Extra Project seed options
+
+There are a few environment flags you can pass to change how projects are seeded
+
+- `SIZE`: defaults to `8`, max: `32`. Amount of projects to create.
+- `LARGE_PROJECTS`: defaults to false. If set will clone 6 large projects to help with testing.
+- `FORK`: defaults to false. If set to `true` will fork `torvalds/linux` five times. Can also be set to an existing project full_path and it will fork that instead.
+
### Notes for MySQL
Since the seeds would contain various UTF-8 characters, such as emojis or so,