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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/database_connections/ci.yaml')
-rw-r--r--db/database_connections/ci.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/db/database_connections/ci.yaml b/db/database_connections/ci.yaml
new file mode 100644
index 00000000000..daa155dcb00
--- /dev/null
+++ b/db/database_connections/ci.yaml
@@ -0,0 +1,10 @@
+name: ci
+description: Cell-local GitLab database holding all CI pipelines, builds, etc.
+gitlab_schemas:
+ - gitlab_internal
+ - gitlab_shared
+ - gitlab_ci
+klass: Ci::ApplicationRecord
+# if CI database is not configured, use this database
+fallback_database: main
+uses_load_balancing: true