From: Mark Andrews Date: Thu, 30 Jan 2020 08:45:36 +0000 (+1100) Subject: fixup! limit jobs when debugging cppcheck X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8917d2f9b69ae8d09946ed0468550ef745d41956;p=thirdparty%2Fbind9.git fixup! limit jobs when debugging cppcheck --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd975fe0928..da813d968d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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