Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Jarvis <jarv@gitlab.com>2018-11-28 16:11:05 +0300
committerJohn Jarvis <jarv@gitlab.com>2018-11-28 16:11:05 +0300
commit8cfefefaced4a0c9283c6d81d4f77cc8c3bd353f (patch)
tree5a690a55a0a04ef36213f58c9c70e09e9ac10719 /qa/README.md
parentc43af89748674a20c80c0efb977769df011e8c41 (diff)
Adds QA_COOKIES option to gitlab-qa
Diffstat (limited to 'qa/README.md')
-rw-r--r--qa/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/qa/README.md b/qa/README.md
index 746bd5cf94b..08ba59e117d 100644
--- a/qa/README.md
+++ b/qa/README.md
@@ -80,6 +80,15 @@ GITLAB_USERNAME=jsmith GITLAB_PASSWORD=password GITLAB_SANDBOX_NAME=jsmith-qa-sa
All [supported environment variables are here](https://gitlab.com/gitlab-org/gitlab-qa/blob/master/docs/what_tests_can_be_run.md#supported-environment-variables).
+### Sending additional cookies
+
+The environment variable `QA_COOKIES` can be set to send additional cookies
+on every request. This is necessary on gitlab.com to direct traffic to the
+canary fleet. To do this set `QA_COOKIES="gitlab_canary=true"`.
+
+To set multiple cookies, separate them with the `;` character, for example: `QA_COOKIES="cookie1=value;cookie2=value2"`
+
+
### Building a Docker image to test
Once you have made changes to the CE/EE repositories, you may want to build a