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/test-on-gdk/main.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test-on-gdk/main.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml b/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
index 5efe66d9b47..58f34b77d0c 100644
--- a/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
+++ b/.gitlab/ci/test-on-gdk/main.gitlab-ci.yml
@@ -206,6 +206,11 @@ gdk-qa-non-blocking:
QA_RUN_TYPE: gdk-qa-non-blocking
parallel: 5
allow_failure: true
+ artifacts:
+ paths:
+ - log
+ reports:
+ dotenv: ""
rules:
# run tests on master pipelines to collect metrics and move tests to `blocking` job until `non-blocking` job
# is removed entirely