Skip to content

WIP: Split populate and create pipelines

Kamil Trzciński requested to merge split-create-and-populate-pipelines into master

What does this MR do?

Adds a concept of bootstrap job:

bootstrap:
  stage: bootstrap
  script: generate-my-config-yaml > ci.yml
  reports:
    gitlab_ci_yml: ci.yml

It will extend the current pipeline with ci.yml.

Idea. Done very hacky way :) (spend 30mins so far on it)

What are the relevant issue numbers?

#45828 (moved)

Does this MR meet the acceptance criteria?

Edited by Jason Yavorska

Merge request reports