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>2021-11-24 12:50:53 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-25 13:49:09 +0300
commit03a621127eb8b151d206a2007a68f4f2b36f6dd7 (patch)
tree92d523e09d5f5657350eecf1194697f09a0b2e82
parentf7604093903e9b2ede6a3b6931bfb8de466e253a (diff)
ci: Let "coverage" job include test definitions
The "coverage" job is executing tests just as all the other targets we have, but it doesn't include the "test_definition". Fix it to instead include "test_definition" such that we can iterate more easily on all test jobs at once. This also lets us get rid of the stage definition given that it's already part of the test definition.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37ee24640..26831cbd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,9 +175,8 @@ test:
TARGET: [ test, test-with-praefect ]
test:coverage:
- <<: *cache_definition
+ <<: *test_definition
<<: *postgres_definition
- stage: test
script:
- make cover
artifacts: