debian-mirror-gitlab/db/docs/ci_running_builds.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
703 B
YAML
Raw Normal View History

2022-06-21 17:19:12 +05:30
---
table_name: ci_running_builds
classes:
- Ci::RunningBuild
feature_categories:
- continuous_integration
2023-03-04 22:38:38 +05:30
description: >
Running builds metadata.
Despite the generic `RunningBuild` name, in this first iteration it applies only to shared runners.
The decision to insert all of the running builds here was deferred to avoid the pressure on the database as
at this time that was not necessary.
We can reconsider the decision to limit this only to shared runners when there is more evidence that inserting all
of the running builds there is worth the additional pressure.
2022-06-21 17:19:12 +05:30
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62912
milestone: '14.0'
2023-03-04 22:38:38 +05:30
gitlab_schema: gitlab_ci