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

index 03d643e50c255bc12d941b8bd071a0ea2660543d..0b5dfd0771d5b73c31afdf879882f48f8f1a30e0 100644 (file)
@@ -269,6 +269,9 @@ stages:
     untracked: true
     expire_in: "1 day"
     when: on_failure
+  except:
+    variables:
+      - $DEBUG_CPPCHECK == "1"
 
 .kyua_report: &kyua_report_html |
   kyua --logfile /dev/null report-html \
@@ -317,6 +320,9 @@ stages:
       - kyua_html/
     expire_in: "1 day"
     when: on_failure
+  except:
+    variables:
+      - $DEBUG_CPPCHECK == "1"
 
 .cppcheck_args: &run_cppcheck |
   cppcheck --enable=warning,performance,portability,information,missingInclude \