Skip to content
Snippets Groups Projects
Commit c64623aaea46 authored by Nailia Iskhakova's avatar Nailia Iskhakova
Browse files

Add Investigate QA failures and Allure demo links


Signed-off-by: default avatarNailia Iskhakova <niskhakova@gitlab.com>
parent b0ac0602108e
1 merge request!100Upstream Merge of 16.1 CE branching point
......@@ -28,6 +28,7 @@
If you don't have access to this, the reviewer should trigger these jobs for you during the review process.
- [ ] The manual `Trigger:ee-package` jobs have a green pipeline running against latest commit.
- To debug QA failures, refer to the [Investigate QA failures](https://about.gitlab.com/handbook/engineering/quality/quality-engineering/enablement-saas-platforms-qe-team/distribution/#investigate-qa-failures) section.
- [ ] If `config/software` or `config/patches` directories are changed, make sure the `build-package-on-all-os` job within the `Trigger:ee-package` downstream pipeline succeeded.
- [ ] If you are changing anything SSL related, then the `Trigger:package:fips` manual job within the `Trigger:ee-package` downstream pipeline must succeed.
- [ ] If CI configuration is changed, the branch must be pushed to [`dev.gitlab.org`](https://dev.gitlab.org/gitlab/omnibus-gitlab) to confirm regular branch builds aren't broken.
......
# Test Report Generation in Omnibus-GitLab
[[_TOC_]]
The following three pipelines are created while generating the allure-report
- Omnibus pipeline
......@@ -87,3 +89,8 @@
end
end
```
## Demo for Allure report & QA pipelines
An in-depth video walkthrough of the pipeline and how to use Allure report
is available [on YouTube](https://youtu.be/_0dM6KLdCpw).
......@@ -250,6 +250,9 @@
developers to get a package or Docker image for testing, or to run a full QA
suite against their MR's changes.
To debug QA failures, refer to the [Investigate QA failures](https://about.gitlab.com/handbook/engineering/quality/quality-engineering/enablement-saas-platforms-qe-team/distribution/#investigate-qa-failures)
section. This job also generates Allure report, see more information and the demo at [Test Report Generation in Omnibus-GitLab](allure-test-report.md).
This job is run only on [Development repository](https://gitlab.com/gitlab-org/omnibus-gitlab) and [Security mirror](https://gitlab.com/gitlab-org/security/omnibus-gitlab) on branch
pipelines.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment