Disable fail on warnings
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Sep 2015 17:42:14 +0000 (13:42 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 1 Sep 2015 17:42:14 +0000 (13:42 -0400)
jobs/liburcu.yaml
jobs/lttng-ust.yaml

index 6d25f075d31b32ccb178b0bc89b16d46942d18aa..f938d92b84d989141108ff5b482dde2c1f3963d4 100644 (file)
           console-log-parsers:
             - 'GNU Make + GNU C Compiler (gcc)'
           total-thresholds:
-            failed:
-              total-all: 0
-              total-high: 0
-              total-normal: 0
-              total-low: 0
+            #failed:
+            #  total-all: 0
+            #  total-high: 0
+            #  total-normal: 0
+            #  total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
-      - trigger:
-          project: lttng-ust-{version}
-          threshold: SUCCESS
 
 - job-template:
     name: liburcu_{version}_cppcheck
index 33ad79fb12b1aee021aa97b68c5a0b55856ee2dc..d30c01e6dbc4bacc5986305412552434f4c8c551 100644 (file)
       - warnings:
           console-log-parsers:
             - 'GNU Make + GNU C Compiler (gcc)'
-          total-thresholds:
-            failed:
-              total-all: 0
-              total-high: 0
-              total-normal: 0
-              total-low: 0
+          #total-thresholds:
+          #  failed:
+          #    total-all: 0
+          #    total-high: 0
+          #    total-normal: 0
+          #    total-low: 0
       - archive:
           artifacts: 'build/**'
           allow-empty: false
This page took 0.024234 seconds and 4 git commands to generate.