Skip to content

Commit dbadfa8

Browse files
ereadaxilleasniskhakova-gitlab
committed
Merge branch 'docs-mention-qa-executor-project' into 'master'
Mention gitlab-qa-executor in development documentation See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7150 Merged-by: Evan Read <[email protected]> Approved-by: Jason Plum <[email protected]> Approved-by: Evan Read <[email protected]> Co-authored-by: Achilleas Pipinellis <[email protected]> Co-authored-by: Nailia Iskhakova <[email protected]>
2 parents 6f0568b + 7c0d2c8 commit dbadfa8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/development/allure-test-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The environment variables used in `qa-subset-test` are the same that are used in
4646

4747
## QA-SUBSET-TEST child pipeline
4848

49-
This pipeline runs a subset of all the orchestrated tests using GitLab QA project which in turn uses allure gem to generate report source files for each test that is executed and stores the files in a common folder. Certain orchestrated jobs like `instance`, `decomposition-single-db`, `decomposition-multiple-db` and `praefect` run only smoke and reliable tests which intially used to run the entire suite.
49+
This pipeline runs a subset of all the orchestrated tests using GitLab QA project which in turn uses allure gem to generate report source files for each test that is executed and stores the files in a common folder. Certain orchestrated jobs like `instance`, `decomposition-single-db`, `decomposition-multiple-db` and `praefect` run only smoke and reliable tests which initially used to run the entire suite.
5050

5151
### e2e-test-report job
5252

doc/development/setup.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ This ensures that your new work is behaving as expected, and not breaking anythi
131131
GITLAB_USERNAME=$USERNAME GITLAB_PASSWORD=$PASSWORD bundle exec bin/qa Test::Instance $DEV_INSTANCE_URL
132132
```
133133

134+
### Trigger QA pipeline against deployed instance
135+
136+
If there is sustained network access to the deployed instance, you can trigger GitLab QA tests against the deployed instance using the [GitLab QA Executor](https://gitlab.com/gitlab-org/quality/gitlab-qa-executor) project. It contains CI configuration to run GitLab QA against self-managed GitLab environments with parallelization.
137+
134138
## Run specific chefspec tests
135139

136140
You can also test your changes against the current tests (or to test your newly added tests).

0 commit comments

Comments
 (0)