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

index fd975fe0928964fb6732ab68de7b0c842aece4b5..da813d968d10de94113f8b82d959258f88cd83e6 100644 (file)
@@ -1153,6 +1153,9 @@ system:msvc:windows:amd64:
   dependencies:
     - msvc:windows:amd64
   needs: ["msvc:windows:amd64"]
+  except:
+    variables:
+      - $DEBUG_CPPCHECK == "1"
 
 msvc-debug:windows:amd64:
   <<: *windows_build_job
@@ -1170,6 +1173,9 @@ system:msvc-debug:windows:amd64:
   dependencies:
     - msvc-debug:windows:amd64
   needs: ["msvc-debug:windows:amd64"]
+  except:
+    variables:
+      - $DEBUG_CPPCHECK == "1"
 
 # Job producing a release tarball