Skip to content
Snippets Groups Projects
Commit 3c6fb28e authored by Sofia Vistas's avatar Sofia Vistas Committed by Balasankar 'Balu' C
Browse files

Remove reliable tag from QA test runs

parent e8cecdcf
No related branches found
No related tags found
1 merge request!7562Remove reliable from test runs
......@@ -52,7 +52,7 @@ The environment variables used in `qa-subset-test` are the same that are used in
## QA-SUBSET-TEST child pipeline
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.
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.
### e2e-test-report job
......
......@@ -473,7 +473,7 @@ qa-subset-test:
- .qa-template
stage: qa
variables:
QA_OMNIBUS_MR_TESTS: "only-smoke-reliable"
QA_OMNIBUS_MR_TESTS: "only-smoke"
QA_RUN_TYPE: ${CI_JOB_NAME}
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"
rules:
......@@ -506,7 +506,7 @@ qa-remaining-test-manual:
stage: qa
variables:
QA_RUN_TYPE: ${CI_JOB_NAME}
QA_OMNIBUS_MR_TESTS: "except-smoke-reliable"
QA_OMNIBUS_MR_TESTS: "except-smoke"
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"
rules:
- if: '$SKIP_QA_TEST == "true"'
......
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