Skip to content
Snippets Groups Projects

Blog Post - Document how to implement incremental rollouts with GitLab CI

Merged Orit Golowinski requested to merge ogolowinski-master-patch-07106 into master
All threads resolved!
features:
secondary:
- name: "Document how to implement incremental rollouts with GitLab CI"
- name: "Incremental Rollouts with GitLab CI"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/ci/yaml/#extends'
documentation_link: 'https://docs.gitlab.com/ee/ci/environments/incremental_rollouts.html'
reporter: ogolowinski
stage: release
categories:
- 'incremental Rollout'
- 'Incremental Rollout'
- 'Continuous Delivery'
issue_url: 'https://gitlab.com/gitlab-org/gitlab/issues/27264'
description: |
Auto DevOps offers an incremental rollout feature which uses GitLab CI.
We are happy to instruct are users who are not using Auto DevOps how to achieve the same functionality.
Incremental rollouts are automatically available in Auto DevOps projects. We prepared a new guide to instruct users to achieve the same results by configuring them through GitLab CI/CD.
Loading