Skip to content

WIP: Add ignore_if_missing key to include in CI YML (#52680)

Dylan Griffith requested to merge 52680-include-ignore-if-missing into master

What does this MR do?

This is just a proposal since we need to decide on whether we think #52680 (moved) is a good idea. Also we may wish to use different keys for the syntax.

Allow include keyword to be a has with support for a new ignore_if_missing key. This will mean that if the file being included does not exist we will simply ignore and merge nothing (empty hash).

Support for local files only are implemented and support for a URL is deliberately left out due to the complexity of saying that the file on the other end of the URL does not exist (eg. intermittent network errors, what is the definition of missing?)

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

#52680 (moved)

Merge request reports