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

adds job tags

parent 9de0dcc7
No related branches found
No related tags found
No related merge requests found
Pipeline #158700 passed
...@@ -713,6 +713,7 @@ node-build: ...@@ -713,6 +713,7 @@ node-build:
- if: '$NODE_BUILD_DISABLED != "true"' - if: '$NODE_BUILD_DISABLED != "true"'
# else (test only): apply test-policy # else (test only): apply test-policy
- !reference [.test-policy, rules] - !reference [.test-policy, rules]
tags: $[[ inputs.node-build-job-tags ]]
node-lint: node-lint:
extends: .node-base extends: .node-base
...@@ -734,6 +735,7 @@ node-lint: ...@@ -734,6 +735,7 @@ node-lint:
when: never when: never
# on production or integration branch(es): auto & failing # on production or integration branch(es): auto & failing
- !reference [.test-policy, rules] - !reference [.test-policy, rules]
tags: $[[ inputs.node-lint-job-tags ]]
############################################################################################### ###############################################################################################
# Test stage: audit & outdated # Test stage: audit & outdated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment