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

ci_running_builds.yml « docs « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72e941a8665f4432e91a1093fb638f6a52ba3a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
table_name: ci_running_builds
classes:
- Ci::RunningBuild
feature_categories:
- continuous_integration
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.
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62912
milestone: '14.0'
gitlab_schema: gitlab_ci