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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-17 15:09:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-17 15:09:14 +0300
commit14c3ebc6364f7d5eb31cbf2e66a79ec574e88b70 (patch)
treeb05db97dc0a40721e3f99b70454d309197615428 /.gitlab
parentdb1b40c0ae61a0b647c114b22c990419de05de7a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-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