]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3716] Add missing tags to CI jobs via defaults
authorEmanuel Petr <manu@isc.org>
Wed, 15 Jan 2025 21:56:39 +0000 (22:56 +0100)
committerEmanuel Petr <manu@isc.org>
Thu, 16 Jan 2025 10:19:31 +0000 (10:19 +0000)
.gitlab-ci.yml

index 6cb8fb0d2e26067a4270ef49b7a11c361c463afe..8d04fc1df9c3310af51546ed016ae0a990d33061 100644 (file)
@@ -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