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