mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#3716] Add missing tags to CI jobs via defaults
This commit is contained in:
parent
92e28ab3c0
commit
b8d8e1235f
@ -19,7 +19,13 @@ variables:
|
|||||||
# Leave only bandit, flawfinder, semgrep.
|
# Leave only bandit, flawfinder, semgrep.
|
||||||
SAST_EXCLUDED_ANALYZERS: "eslint, spotbugs"
|
SAST_EXCLUDED_ANALYZERS: "eslint, spotbugs"
|
||||||
|
|
||||||
image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
|
default:
|
||||||
|
image: 'registry.gitlab.isc.org/isc-projects/kea:latest'
|
||||||
|
tags:
|
||||||
|
- linux
|
||||||
|
- aws
|
||||||
|
- runner-manager
|
||||||
|
- amd64
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user