Hi Community.
First post so apologies in advance : )
I am using GitLab and Pulumi. I plan to use GitLab for pipeline orchestration. Both parent | child pipelines as well as multi-project pipelines.
The focus of this post is parent | child pipelines where I have a use case to dynamically ‘spin up’ n pipelines based on the number of id_suffix entries in a pulumi stack configuration file.
Each pipeline spun up will vary as a function of every distinct id_suffix value.
Does GitLab support ingestion of a variable list that will not only determine the number of child pipelines spun up but determine the context of that pipeline. For context: id_suffix will be used as a deploy targeting mechanism. I.E. Target Google Cloud project.
Another option, although less ideal, is to create a simple yaml file that contains those id_suffixes instead.
E.G.
projects:
project A
project B
…
Thanks,
James