Skip to content

Commit 3c6fb28

Browse files
Sofia Vistasbalasankarc
authored andcommitted
Remove reliable tag from QA test runs
1 parent e8cecdc commit 3c6fb28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/development/allure-test-report.md

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

5353
## QA-SUBSET-TEST child pipeline
5454

55-
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.
55+
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 tests which initially used to run the entire suite.
5656

5757
### e2e-test-report job
5858

gitlab-ci-config/gitlab-com.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ qa-subset-test:
473473
- .qa-template
474474
stage: qa
475475
variables:
476-
QA_OMNIBUS_MR_TESTS: "only-smoke-reliable"
476+
QA_OMNIBUS_MR_TESTS: "only-smoke"
477477
QA_RUN_TYPE: ${CI_JOB_NAME}
478478
QA_SUITES: "QA::Scenario::Test::Integration::GitalyCluster,QA::Scenario::Test::Integration::InstanceSAML,QA::Scenario::Test::Integration::LDAPNoServer,QA::Scenario::Test::Integration::LDAPNoTLS,QA::Scenario::Test::Integration::LDAPTLS,QA::Scenario::Test::Integration::Mattermost,QA::Scenario::Test::Integration::Mtls,QA::Scenario::Test::Integration::ObjectStorageGcs,QA::Scenario::Test::Integration::RegistryTLS,QA::Scenario::Test::Integration::RegistryWithCDN,QA::Scenario::Test::Integration::SMTP,QA::Scenario::Test::Integration::Registry,QA::Scenario::Test::Instance::ObjectStorage,QA::Scenario::Test::Instance::RepositoryStorage,QA::Scenario::Test::Instance::GitlabPages,QA::Scenario::Test::Instance::Metrics,QA::EE::Scenario::Test::Integration::GroupSAML,QA::Scenario::Test::Instance::Smoke"
479479
rules:
@@ -506,7 +506,7 @@ qa-remaining-test-manual:
506506
stage: qa
507507
variables:
508508
QA_RUN_TYPE: ${CI_JOB_NAME}
509-
QA_OMNIBUS_MR_TESTS: "except-smoke-reliable"
509+
QA_OMNIBUS_MR_TESTS: "except-smoke"
510510
QA_SUITES: "QA::EE::Scenario::Test::Integration::Elasticsearch,QA::Scenario::Test::Integration::Import,QA::Scenario::Test::Integration::Integrations,QA::Scenario::Test::Integration::OAuth,QA::Scenario::Test::Integration::Jira,QA::Scenario::Test::Integration::ServicePingDisabled,QA::Scenario::Test::Instance::LargeSetup,QA::Scenario::Test::Instance::CloudActivation"
511511
rules:
512512
- if: '$SKIP_QA_TEST == "true"'

0 commit comments

Comments
 (0)