Skip to content

Expose when 'include' is internally injected into CI config content

Leaminn Ma requested to merge 391279-pass-pipeline-config into master

What does this MR do and why?

This MR addresses the issue described in #391279 (closed). The idea is to pass along a flag contains_internal_include (via pipeline_config) to indicate if the include keyword was dumped into the config content internally, prior to expanding the included files.

The include keyword is currently dumped into the yaml content depending on the config source (ProjectConfig::Source).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #391279 (closed)

Edited by Leaminn Ma

Merge request reports