include: - template: Auto-DevOps.gitlab-ci.yml - project: "custom-d/ci-templates" file: "Semver.gitlab-ci.yml" .auto-deploy: &auto_deploy_template image: registry.gitlab.com/gitlab-org/cluster-integration/auto-deploy-image:v2.7.0 variables: AUTO_DEVOPS_FORCE_DEPLOY_V2: 1 stages: - build - test - deploy # dummy stage to follow the template guidelines - review - dast - staging - load-test - canary - production - incremental rollout 10% - incremental rollout 25% - incremental rollout 50% - incremental rollout 100% - release - performance - cleanup