feature: combined management and vpn updates to one gitlab stage

qa
Sven Ketelsen 3 years ago committed by Michael Hähnel
parent 3f60665dee
commit 9337d07eb2

@ -237,7 +237,7 @@ run-setup-demompmx:
- dind - dind
- harbor # 05.02.22 TODO some runners run into timeouts - harbor # 05.02.22 TODO some runners run into timeouts
vpn-config-update-dev: run-vpn-update-dev:
extends: .vpn-config-update extends: .vpn-config-update
# A resource group ensures a job is mutually exclusive across different pipelines for the same project. # A resource group ensures a job is mutually exclusive across different pipelines for the same project.
resource_group: dev resource_group: dev
@ -247,7 +247,7 @@ vpn-config-update-dev:
only: only:
- main - main
vpn-config-update-qa: run-vpn-update-qa:
extends: .vpn-config-update extends: .vpn-config-update
# A resource group ensures a job is mutually exclusive across different pipelines for the same project. # A resource group ensures a job is mutually exclusive across different pipelines for the same project.
resource_group: qa resource_group: qa
@ -257,7 +257,7 @@ vpn-config-update-qa:
only: only:
- qa - qa
vpn-config-update-prodnso: run-vpn-update-prodnso:
extends: .vpn-config-update extends: .vpn-config-update
# A resource group ensures a job is mutually exclusive across different pipelines for the same project. # A resource group ensures a job is mutually exclusive across different pipelines for the same project.
resource_group: prodnso resource_group: prodnso

Loading…
Cancel
Save