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 'scripts/generate-e2e-pipeline')
-rwxr-xr-xscripts/generate-e2e-pipeline7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/generate-e2e-pipeline b/scripts/generate-e2e-pipeline
index 0d46a117719..aef2447e800 100755
--- a/scripts/generate-e2e-pipeline
+++ b/scripts/generate-e2e-pipeline
@@ -25,9 +25,12 @@ variables:
GITLAB_QA_CACHE_KEY: "$qa_cache_key"
GITLAB_VERSION: "$(cat VERSION)"
COLORIZED_LOGS: "true"
- QA_TESTS: "$QA_TESTS"
- QA_FEATURE_FLAGS: "${QA_FEATURE_FLAGS}"
+ QA_EXPORT_TEST_METRICS: "${QA_EXPORT_TEST_METRICS:-true}"
+ QA_SAVE_TEST_METRICS: "${QA_SAVE_TEST_METRICS:-false}"
+ QA_RUN_ALL_TESTS: "${QA_RUN_ALL_TESTS:-false}"
QA_FRAMEWORK_CHANGES: "${QA_FRAMEWORK_CHANGES:-false}"
+ QA_FEATURE_FLAGS: "${QA_FEATURE_FLAGS}"
+ QA_TESTS: "$QA_TESTS"
QA_SUITES: "$QA_SUITES"
YML
)