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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2021-10-11 15:43:11 +0300
committerToon Claes <toon@gitlab.com>2021-10-11 15:43:11 +0300
commita97f7e24b67c60b94081634a9903634589ff5566 (patch)
tree3b828747bf9de863432f6c7da78f92664a8341e7
parente2055acfbe6565fee93c57c3853bf314ad74d76c (diff)
ci: Move junit report artifact to test_template
Specify the location of the junit report in the test_template anchor so every job using the anchor has it.
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8a8adfb1..9677c25e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,7 +79,9 @@ danger-review:
policy: pull
artifacts:
paths:
- - ruby/tmp/gitaly-rspec-test.log
+ - ruby/tmp/gitaly-rspec-test.log
+ reports:
+ junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
when: on_failure
expire_in: 1 week
@@ -181,9 +183,6 @@ test:
# they should all instead use a temporary directory for runtime data.
- find . -type d \( -path ./_build -o -path ./ruby \) -prune -o -type d -exec chmod a-w {} \;
- make ${TARGET}
- artifacts:
- reports:
- junit: _build/reports/go-tests-report-go-${GO_VERSION}-git-${GIT_VERSION}.xml
parallel:
matrix:
# These definitions are for the non-default Git versions. We do not want