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-08-16 08:59:35 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-18 07:37:31 +0300
commitd51c04ecba2dfceb4d80df9f371ac48a97f0ed3b (patch)
tree3fdbf425ae79f85dbb6f9aaeb14f2acd6046e981 /.gitlab-ci.yml
parentff1a5b2fb9221bd5fd34f9ca5f1da36f11892717 (diff)
ci: Fix missing Postgres database for nightly jobs
Now that our tests by default also include our Postgres tests, running `make test` always requires a database to be set up. While our normal test jobs does, the nightly job doesn't and thus always fails right now. Fix this issue by merging in the Postgres template into the nightly job.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d044c432..8caca3fa9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,6 +195,7 @@ test:
nightly:git:
<<: *test_definition
+ <<: *postgres_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.31
script:
- go version