Skip to content

Make GitLab aware of incremental rollouts

Kamil Trzciński requested to merge environment-rollout into master

What does this MR do?

This extends .gitlab-ci.yml with:

rollout 10%:
  environment:
    name: production
    rollout: 10

This exposes a set of environment variables to easier handle tracks and rollouts.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports