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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/verify-ci-removalpipelineservice.yml')
-rw-r--r--data/removals/14_0/verify-ci-removalpipelineservice.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/removals/14_0/verify-ci-removalpipelineservice.yml b/data/removals/14_0/verify-ci-removalpipelineservice.yml
new file mode 100644
index 00000000000..f3583bd0498
--- /dev/null
+++ b/data/removals/14_0/verify-ci-removalpipelineservice.yml
@@ -0,0 +1,6 @@
+- name: "External Pipeline Validation Service Code Changes"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: jreporter
+ body: |
+ For self-managed instances using the experimental [external pipeline validation service](https://docs.gitlab.com/ee/administration/external_pipeline_validation.html), the range of error codes GitLab accepts will be reduced. Currently, pipelines are invalidated when the validation service returns a response code from `400` to `499`. In GitLab 14.0 and later, pipelines will be invalidated for the `406: Not Accepted` response code only.