]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Replace clang:stretch:amd64 build with clang:buster:amd64 build (+ add missing system...
authorOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2020 15:31:59 +0000 (16:31 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 25 Mar 2020 17:15:15 +0000 (18:15 +0100)
(cherry picked from commit 281531d82bab6d8d6eceb0937b4ca100fd20a2ff)

.gitlab-ci.yml

index c3c40e8dbdbfeaf147eee82c9f9761f47117d27d..046a720a8d68382280be5941bdfede601ebbee15 100644 (file)
@@ -1027,21 +1027,28 @@ unit:mutexatomics:
     - job: mutexatomics
       artifacts: true
 
-# Jobs for Clang builds on Debian Stretch (amd64)
+# Jobs for Clang builds on Debian Buster (amd64)
 
-clang:stretch:amd64:
+clang:buster:amd64:
   variables:
     CC: ${CLANG}
     CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion"
     EXTRA_CONFIGURE: "--with-python=python3"
-  <<: *debian_stretch_amd64_image
+  <<: *debian_buster_amd64_image
   <<: *build_job
 
-unit:clang:stretch:amd64:
-  <<: *debian_stretch_amd64_image
+system:clang:buster:amd64:
+  <<: *debian_buster_amd64_image
+  <<: *system_test_job
+  needs:
+    - job: clang:buster:amd64
+      artifacts: true
+
+unit:clang:buster:amd64:
+  <<: *debian_buster_amd64_image
   <<: *unit_test_job
   needs:
-    - job: clang:stretch:amd64
+    - job: clang:buster:amd64
       artifacts: true
 
 # Jobs for nocrypto builds