From 79c079b318e464307987b2b3eeadccdbe4864b86 Mon Sep 17 00:00:00 2001 From: "C.J. Jameson" Date: Tue, 18 Sep 2018 01:08:23 +0000 Subject: ci docs: clarify allow_failure default --- doc/ci/yaml/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 31a065bc196..873a5c4301e 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -492,6 +492,7 @@ osx job: `allow_failure` is used when you want to allow a job to fail without impacting the rest of the CI suite. Failed jobs don't contribute to the commit status. +The default value is `false`. When enabled and the job fails, the pipeline will be successful/green for all intents and purposes, but a "CI build passed with warnings" message will be -- cgit v1.2.1