Skip to content

Implement allowing child pipeline to have child pipeline

Furkan Ayhan requested to merge 29651-child-of-child-pipeline into master

What does this MR do?

Related to: #29651 (closed)

In this MR, we are just allowing parent->child->child nesting. This is controlled by MAX_DESCENDANTS_DEPTH constant of Ci::CreateCrossProjectPipelineService class.

This feature is also behind a FF ci_child_of_child_pipeline for now. (#243747 (closed))

Screenshots

Screen_Shot_2020-09-02_at_12.45.48

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports