From c5166758b2b2f9bebd2366565fd6c489be701faa Mon Sep 17 00:00:00 2001 From: Vishal Patel Date: Tue, 5 Sep 2023 23:43:24 +0000 Subject: [PATCH 1/2] Update file index.md --- doc/development/gitlab-qa/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/gitlab-qa/index.md b/doc/development/gitlab-qa/index.md index 05fd0049fd..48de5e91fe 100644 --- a/doc/development/gitlab-qa/index.md +++ b/doc/development/gitlab-qa/index.md @@ -76,9 +76,9 @@ Items needed for execution, which in the form of `https://gitlab.domain.tld`. - `EE_LICENSE`: A string containing a GitLab EE license. This can be handled via `export EE_LICENSE=$(cat GitLab.gitlab-license)`. -- `GITHUB_ACCESS_TOKEN`: A string containing a valid GitHub Personal Access Token. +- `QA_GITHUB_ACCESS_TOKEN`: A string containing a valid GitHub Personal Access Token. This will be used to test the GitHub importer. For GitLab team members, you can - find the access token for the `GitLab QA` user in 1password. + find the access token for the `GitLab QA` user in 1password in the Gitlab-QA vault of 1passoword. Retrieve the above items, and export them as environment variables. @@ -94,7 +94,7 @@ to quickly ensure that basic functionality is working major functionality is working - Enable this suite via `export QA_OPTIONS="--tag smoke --tag reliable --tag ~skip_live_env --tag ~orchestrated"` - _Full suite_: running all tests against the environment. Test run will take more than an hour. - - Enable this suite via `--tag ~skip_live_env --tag ~orchestrated --tag ~requires_praefect --tag ~github --tag ~requires_git_protocol_v2 --tag ~transient` + - Enable this suite via `--tag ~skip_live_env --tag ~orchestrated --tag ~requires_praefect --tag ~requires_git_protocol_v2 --tag ~transient` Selecting a test suite depends on the use case. In the majority of cases, running Smoke and Reliable suite should give quick and consistent test results -- GitLab From 12680f5559a94c17c2c3736bc3b473dc38b57fb5 Mon Sep 17 00:00:00 2001 From: Vishal Patel Date: Wed, 6 Sep 2023 00:13:38 +0000 Subject: [PATCH 2/2] Applying suggestion --- doc/development/gitlab-qa/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/gitlab-qa/index.md b/doc/development/gitlab-qa/index.md index 48de5e91fe..ec2226c72a 100644 --- a/doc/development/gitlab-qa/index.md +++ b/doc/development/gitlab-qa/index.md @@ -78,7 +78,7 @@ Items needed for execution, which via `export EE_LICENSE=$(cat GitLab.gitlab-license)`. - `QA_GITHUB_ACCESS_TOKEN`: A string containing a valid GitHub Personal Access Token. This will be used to test the GitHub importer. For GitLab team members, you can - find the access token for the `GitLab QA` user in 1password in the Gitlab-QA vault of 1passoword. + find the access token for the `GitLab QA` user in 1password in the GitLab-QA vault of 1password. Retrieve the above items, and export them as environment variables. -- GitLab