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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-11-01 16:19:08 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-11-03 13:53:00 +0300
commit1202b8488a61023ed2a071262c800d0d4cc6673c (patch)
tree5a67b690b11756e3b1526548b9a9a049dbe45fac
parentb2edf3df552b53c5d1f974b7f3ff31749e3e109e (diff)
ci: Drop variables in our macOS job that control report paths
Our macOS job overrides the paths where test reports are written to. This is not needed though: we already inherit `test_variables`, which sets the location of these files to something sensible. Drop the useless overrides.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a7c49df6..66ea51cd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -334,8 +334,6 @@ test:macos:
PGHOST: localhost
PGUSER: gitlab
TEST_OPTIONS: "-timeout=20m" # a number of tests may exceed the default 10m
- TEST_REPORT: go-tests-report.xml
- TEST_FULL_OUTPUT: test-output.log
artifacts:
reports:
junit: ${TEST_REPORT}