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

ci.yaml « database_connections « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5331765214e10449a0888e3630a589ae8f96ece7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: ci
description: Cell-local GitLab database holding all CI pipelines, builds, etc.
gitlab_schemas:
  - gitlab_internal
  - gitlab_shared
  - gitlab_ci
lock_gitlab_schemas:
  - gitlab_main
  - gitlab_main_clusterwide
  - gitlab_main_cell
  - gitlab_pm
klass: Ci::ApplicationRecord
# if CI database is not configured, use this database
fallback_database: main
uses_load_balancing: true