16 lines
389 B
YAML
16 lines
389 B
YAML
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
|