Skip to content

feat: Add flag to generate only GitLab upgrade pipeline

Alessio Caiazza requested to merge add-gitlab-upgrade-pipeline-flag into main

What

feat: Add flag to generate only GitLab upgrade pipeline

With the new --only-gitlab-upgraded=true|false flag it is now possible to generate ring deployments that can run the four stages of instrumentor

Why

We have hardcoded the CONFIGURE_ONLY variable in our pipeline generation code, because of that it is not possible to run a full cycle deployment.

But when we want to upgrade instrumentor, having the ability to run a full deployment will greatly simplify our lives.

Edited by John Skarbek

Merge request reports