Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/ci/package-and-test/variables.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/package-and-test/variables.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/package-and-test/variables.gitlab-ci.yml b/.gitlab/ci/package-and-test/variables.gitlab-ci.yml
index 838de6bdd3a..c45807e5a23 100644
--- a/.gitlab/ci/package-and-test/variables.gitlab-ci.yml
+++ b/.gitlab/ci/package-and-test/variables.gitlab-ci.yml
@@ -10,3 +10,6 @@ variables:
QA_LOG_LEVEL: "info"
QA_TESTS: ""
QA_FEATURE_FLAGS: ""
+ # run all tests by default when package-and-test is included natively in other projects
+ # this will be overridden when selective test execution is used in gitlab canonical project
+ QA_RUN_ALL_TESTS: "true"