File: ci_running_builds.yml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (17 lines) | stat: -rw-r--r-- 736 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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
sharding_key:
  project_id: projects