summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-07-22 21:10:27 +0000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-22 21:10:27 +0000
commit543d31f44e1a7e65816f6574a0b33ca7fe81b263 (patch)
tree95b0683ee3e75b0e7b1849b17da1cdbbc5d61655
parent7c232d365f3128faac3ea4502855aa1a50331835 (diff)
downloadgitlab-ce-docs-qa-add-new-scenario.tar.gz
Apply suggestion to doc/development/testing_guide/end_to_end/new_scenarios.mddocs-qa-add-new-scenario
-rw-r--r--doc/development/testing_guide/end_to_end/new_scenarios.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/testing_guide/end_to_end/new_scenarios.md b/doc/development/testing_guide/end_to_end/new_scenarios.md
index 1b0f3464580..a7d0b45c6f8 100644
--- a/doc/development/testing_guide/end_to_end/new_scenarios.md
+++ b/doc/development/testing_guide/end_to_end/new_scenarios.md
@@ -135,6 +135,6 @@ You can use that value in [a new GitLab QA pipeline](https://gitlab.com/gitlab-o
![The Run Pipeline screen in the GitLab QA project showing a non-master branch selected and a value for the RELEASE environment variable](img/run_pipeline_v12_1.png)
-GitLab QA uses that GitLab Docker image name to derive the QA Docker image name. E.g., a GitLab Docker image with the name `registry.gitlab.com/gitlab-org/omnibus-gitlab/gitlab-ee:4fac57ed1408c29121bc8446c8cdbcae515ac064` corresponds to a QA Docker image named `registry.gitlab.com/gitlab-org/omnibus-gitlab/gitlab-ee:4fac57ed1408c29121bc8446c8cdbcae515ac064` (note `gitlab-ee` vs. `gitlab-ee-qa`).
+GitLab QA uses that GitLab Docker image name to derive the QA Docker image name. E.g., a GitLab Docker image with the name `registry.gitlab.com/gitlab-org/omnibus-gitlab/gitlab-ee:4fac57ed1408c29121bc8446c8cdbcae515ac064` corresponds to a QA Docker image named `registry.gitlab.com/gitlab-org/omnibus-gitlab/gitlab-ee-qa:4fac57ed1408c29121bc8446c8cdbcae515ac064` (note `gitlab-ee` vs. `gitlab-ee-qa`).
When you run that pipeline, it will use the changes in the GitLab QA branch, e.g., your new orchestrated scenario, and the changes in your GitLab CE/EE merge request, e,g., your new instance-level scenario and tests.