Commit 9df88a65 authored by Thong Kuah's avatar Thong Kuah

Merge branch '218733-add-manual-rollout-resource-group' into 'master'

Add manual rollout deploy jobs to resource group

See merge request gitlab-org/gitlab!32824
parents 3524f69d cd4627dc
---
title: Prevent multiple Auto DevOps deployment jobs running concurrently when using
manual rollout
merge_request: 32824
author:
type: fixed
......@@ -176,6 +176,7 @@ production_manual:
.manual_rollout_template: &manual_rollout_template
<<: *rollout_template
stage: production
resource_group: production
rules:
- if: '$CI_KUBERNETES_ACTIVE == null || $CI_KUBERNETES_ACTIVE == ""'
when: never
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment