mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +00:00
35 lines
2.1 KiB
YAML
35 lines
2.1 KiB
YAML
- title: "Pipeline job limits extended to the Commits API"
|
|
# The milestones for the deprecation announcement, and the removal.
|
|
removal_milestone: "19.0"
|
|
announcement_milestone: "17.7"
|
|
breaking_change: true
|
|
window: 1 # Can be 1, 2, or 3 - The window when the breaking change will be deployed on GitLab.com
|
|
reporter: rutshah # The GitLab username of the person reporting the change
|
|
stage: verify
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/436361
|
|
# Use the impact calculator https://gitlab-com.gitlab.io/gl-infra/breaking-change-impact-calculator/?
|
|
impact: low # Can be one of: [critical, high, medium, low]
|
|
scope: project # Can be one or a combination of: [instance, group, project]
|
|
resolution_role: Owner # Can be one of: [Admin, Owner, Maintainer, Developer]
|
|
manual_task: true # Can be true or false. Use this to denote whether a resolution action must be performed manually (true), or if it can be automated by using the API or other automation (false).
|
|
body: | # (required) Don't change this line.
|
|
Starting in GitLab 18.0, the maximum [number of jobs in active pipelines](https://docs.gitlab.com/administration/instance_limits/#number-of-jobs-in-active-pipelines) will also apply when creating jobs using the [Commits API](https://docs.gitlab.com/api/commits/#set-the-pipeline-status-of-a-commit). Review your integration to ensure it stays within the configured job limits.
|
|
# ==============================
|
|
# OPTIONAL END-OF-SUPPORT FIELDS
|
|
# ==============================
|
|
#
|
|
# If an End of Support period applies:
|
|
# 1) Share this announcement in the `#spt_managers` Support channel in Slack
|
|
# 2) Mention `@gitlab-com/support` in this merge request.
|
|
#
|
|
# When support for this feature ends, in XX.YY milestone format.
|
|
end_of_support_milestone:
|
|
# Array of tiers the feature is currently available to,
|
|
# like [Free, Silver, Gold, Core, Premium, Ultimate]
|
|
tiers:
|
|
# Links to documentation and thumbnail image
|
|
documentation_url:
|
|
image_url:
|
|
# Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg
|
|
video_url:
|