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

adds job runner tags

parent 306d307f
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ spec: ...@@ -12,6 +12,10 @@ spec:
description: image to use for tbc-check job description: image to use for tbc-check job
type: string type: string
default: registry.gitlab.com/to-be-continuous/tools/tbc-check:latest default: registry.gitlab.com/to-be-continuous/tools/tbc-check:latest
gitlab-ci-lint-job-tags:
description: tags to filter applicable runners for gitlab-ci-lint build job
type: array
default: []
--- ---
...@@ -78,6 +82,7 @@ gitlab-ci-lint: ...@@ -78,6 +82,7 @@ gitlab-ci-lint:
rules: rules:
# enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set # enabled if $GITLAB_TOKEN and GITLAB_CI_FILES are set
- if: '($GITLAB_TOKEN != null && $GITLAB_TOKEN != "") && $GITLAB_CI_FILES' - if: '($GITLAB_TOKEN != null && $GITLAB_TOKEN != "") && $GITLAB_CI_FILES'
tags: $[[ inputs.gitlab-ci-lint-job-tags ]]
check-links: check-links:
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment