Skip to content
Snippets Groups Projects
Commit e8244f43 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

adds job tags

parent 306df162
No related branches found
No related tags found
No related merge requests found
Pipeline #158339 failed
...@@ -118,7 +118,7 @@ spec: ...@@ -118,7 +118,7 @@ spec:
description: tags to filter applicable runners for compose-staging job description: tags to filter applicable runners for compose-staging job
type: array type: array
default: [] default: []
compose-production-jobs-tags: compose-production-job-tags:
description: tags to filter applicable runners for compose-production job description: tags to filter applicable runners for compose-production job
type: array type: array
default: [] default: []
...@@ -982,4 +982,4 @@ compose-production: ...@@ -982,4 +982,4 @@ compose-production:
- if: '$DCMP_PROD_DEPLOY_STRATEGY == "manual"' - if: '$DCMP_PROD_DEPLOY_STRATEGY == "manual"'
when: manual when: manual
- if: '$DCMP_PROD_DEPLOY_STRATEGY == "auto"' - if: '$DCMP_PROD_DEPLOY_STRATEGY == "auto"'
tags: $[[ inputs.compose-production-jobs-tags ]] tags: $[[ inputs.compose-production-job-tags ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment