]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! limit jobs when debugging cppcheck
authorMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 08:47:12 +0000 (19:47 +1100)
committerMark Andrews <marka@isc.org>
Thu, 30 Jan 2020 08:47:12 +0000 (19:47 +1100)
.gitlab-ci.yml

index da813d968d10de94113f8b82d959258f88cd83e6..63f961c4133244c013c4d736985d96c65fa029e6 100644 (file)
@@ -632,9 +632,6 @@ unit:gcc:buster:amd64:
                 --keep-going \
                 -o scan-build.reports \
                 make -j${BUILD_PARALLEL_JOBS:-1} all V=1
-  except:
-    variables:
-      - $DEBUG_CPPCHECK == "1"
 
 scan-build:buster:amd64:
   <<: *default_triggering_rules
@@ -657,6 +654,9 @@ scan-build:buster:amd64:
       - scan-build.reports/
     expire_in: "1 day"
     when: on_failure
+  except:
+    variables:
+      - $DEBUG_CPPCHECK == "1"
 
 # Jobs for regular GCC builds on Debian Sid (amd64)