summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Heimbuck <jheimbuck@gitlab.com>2023-02-15 22:06:40 +0000
committerJames Heimbuck <jheimbuck@gitlab.com>2023-02-15 22:06:40 +0000
commitbb3ea658e0d636a17df729a6ebda9d1525d8fea6 (patch)
tree61f62eb03483b3e909908356c39368b6ce0d0f78
parent6f0f3db750773724875a555112b67fde56d23d55 (diff)
downloadgitlab-ce-bb3ea658e0d636a17df729a6ebda9d1525d8fea6.tar.gz
Apply suggestions and clarify impact
-rw-r--r--data/deprecations/15-9-ci-builds-column-validations.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/deprecations/15-9-ci-builds-column-validations.yml b/data/deprecations/15-9-ci-builds-column-validations.yml
index 5a37c23e520..d8ce1a725f8 100644
--- a/data/deprecations/15-9-ci-builds-column-validations.yml
+++ b/data/deprecations/15-9-ci-builds-column-validations.yml
@@ -22,9 +22,9 @@
stage: Verify # (required) String value of the stage that the feature was created in. e.g., Growth
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/372770 # (required) Link to the deprecation issue in GitLab
body: | # (required) Do not modify this line, instead modify the lines below.
- It is [documented](https://docs.gitlab.com/ee/ci/jobs/index.html#job-name-limitations) that job name must be 255 characters or less but this limit is not enforced in the database.
+ Job name character limits are [documented](https://docs.gitlab.com/ee/ci/jobs/index.html#job-name-limitations) as 255 characters or less but this limit is not enforced in the database for self-managed instances today.
- In the 16.0 milestone the job name limit will be enforced at 255 for new database entries.
+ In the 16.0 milestone the job name limit will be enforced at 255 for new database entries in the `ci_build` table. Users on self-maanged instances that use job names longer than that will need to alter the job names in pipelines. After this change existing data will not be truncated in the database.
<!-- START OF BODY COMMENT