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:
authorKamil Trzciński <ayufan@ayufan.eu>2019-09-04 15:07:33 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-09-04 15:08:36 +0300
commit0a39a3d4cdaf6ad4a5a031c1ca287cdc555c60ab (patch)
treeb0b5db7da33628ac283898d503da221a74a986c8 /changelogs
parentb76bc2762a245c61089fae486e61c9fd83d45f95 (diff)
Persist `needs:` validation as config error
In case when `needs:` is missing, but when requested by service, we would not save the pipeline with config_error. This makes it explicit that we want to persist the error as `config_error` failure reason.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/persist-needs-error.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/persist-needs-error.yml b/changelogs/unreleased/persist-needs-error.yml
new file mode 100644
index 00000000000..96aaa4d11a3
--- /dev/null
+++ b/changelogs/unreleased/persist-needs-error.yml
@@ -0,0 +1,5 @@
+---
+title: Persist `needs:` validation as config error
+merge_request:
+author:
+type: fixed