summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatherine Pope <cpope@gitlab.com>2023-02-16 20:26:51 +0000
committerJames Heimbuck <jheimbuck@gitlab.com>2023-02-16 20:26:51 +0000
commitde3ba6cc641607e01d1aaab18f325a72ddac5f2e (patch)
tree02fc8c5f9590821d3b803cd64c812471f2ce362d
parentbb3ea658e0d636a17df729a6ebda9d1525d8fea6 (diff)
downloadgitlab-ce-de3ba6cc641607e01d1aaab18f325a72ddac5f2e.tar.gz
apply TWW suggestions
-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 d8ce1a725f8..57a8079d101 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.
- 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.
+ Job name character limits are [documented](https://docs.gitlab.com/ee/ci/jobs/index.html#job-name-limitations) as 255 characters or fewer, but this limit is not currently enforced in the database for self-managed instances.
- 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.
+ In the 16.0 milestone, the job name limit will be enforced at 255 characters for new database entries in the `ci_build` table. Users on self-managed instances that use job names longer than 255 characters will need to shorten the job names in pipelines. After this change, existing data will not be truncated in the database.
<!-- START OF BODY COMMENT