mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
15 lines
411 B
YAML
15 lines
411 B
YAML
---
|
|
table_name: ci_builds_runner_session
|
|
classes:
|
|
- Ci::BuildRunnerSession
|
|
feature_categories:
|
|
- runner
|
|
description: Store build-related runner session. Data is removed after the respective
|
|
job transitions from running to any state.
|
|
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/6208
|
|
milestone: '11.1'
|
|
gitlab_schema: gitlab_ci
|
|
table_size: small
|
|
sharding_key:
|
|
project_id: projects
|