summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmanuel Petr <manu@isc.org>2025-01-15 22:56:39 +0100
committerEmanuel Petr <manu@isc.org>2025-01-16 11:19:31 +0100
commitb8d8e1235fa5b0ebfbcdf6fa28be8a2e16d3c3bd (patch)
treecbe75eeeca041421e1f71efebc4604b33f905cf0 /.gitlab-ci.yml
parent[#3696] Updated ChangeLog (diff)
downloadkea-master.tar.xz
kea-master.zip
[#3716] Add missing tags to CI jobs via defaultsHEADmaster
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cb8fb0d2e..8d04fc1df9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,13 @@ variables:
# Leave only bandit, flawfinder, semgrep.
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:
- test