[go: up one dir, main page]

Skip to content

Support child pipelines on GitLab direct transfer

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Problem

Child pipelines (parent-child pipeline relationships) are not being migrated when using GitLab direct transfer to migrate projects. This results in the loss of pipeline relationship context after migration, breaking workflows that depend on parent-child pipeline structures.

Impact

  • Broken CI/CD workflows that rely on parent-child pipeline relationships
  • Loss of pipeline context and traceability
  • User confusion when pipeline relationships disappear after migration

Steps to reproduce

  1. Create Test Project with Parent-Child Pipelines on the source
  2. Verify parent-child relationships exist:
    1. Go to CI/CD → Pipelines
    2. Click on a pipeline to view the pipeline graph
    3. Confirm child pipeline is visible and linked to parent
  3. Perform Direct Transfer Migration
  4. Verify that pipelines are migrated incomplete

Screenshots:

Source:

image

Destination:

image

Current Behavior

  1. Parent pipelines are migrated successfully
  2. Child pipelines are not migrated

Expected Behavior

  1. Parent pipelines are migrated
  2. Child pipelines are migrated
  3. Parent-child pipeline structure remains intact after migration

Labels

Category:Importers Importer:Direct Transfer typebug devopsfoundations groupimport backend

Edited by 🤖 GitLab Bot 🤖