mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
11 lines
261 B
YAML
11 lines
261 B
YAML
name: gitlab_ci_cell_local
|
|
description: Schema for all Cell-local CI tables, ex. ci_cost_settings, etc.
|
|
allow_cross_joins:
|
|
- gitlab_shared
|
|
- gitlab_ci
|
|
allow_cross_transactions:
|
|
- gitlab_internal
|
|
- gitlab_shared
|
|
- gitlab_ci
|
|
require_sharding_key: false
|