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

adds runner tag support

parent fa71d0af
Branches
No related tags found
No related merge requests found
...@@ -49,6 +49,11 @@ spec: ...@@ -49,6 +49,11 @@ spec:
Example: `bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip` Example: `bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip`
default: '' default: ''
bash-shellcheck-job-tags:
description: tags to filter applicable runners for bash-shellcheck job
type: array
default: []
--- ---
# default workflow rules: Merge Request pipelines # default workflow rules: Merge Request pipelines
workflow: workflow:
...@@ -308,6 +313,7 @@ bash-shellcheck: ...@@ -308,6 +313,7 @@ bash-shellcheck:
- if: '$BASH_SHELLCHECK_DISABLED == "true"' - if: '$BASH_SHELLCHECK_DISABLED == "true"'
when: never when: never
- !reference [.test-policy, rules] - !reference [.test-policy, rules]
tags: [[ inputs.bash-shellcheck-job-tags ]]
bash-bats: bash-bats:
extends: .bash-base extends: .bash-base
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment