From: Michael Jeanson Date: Tue, 5 Apr 2016 15:30:45 +0000 (-0400) Subject: Fix warning thresholds X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=d2c76ee58ef3d473a7d4f53163a1fd6e1b7653ab;p=lttng-ci.git Fix warning thresholds Signed-off-by: Michael Jeanson --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 1e333ae..0feebc2 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -80,10 +80,10 @@ - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: unstable: - total-all: 1 - total-high: 1 - total-normal: 1 - total-low: 1 + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: artifacts: 'build/**' allow-empty: false @@ -106,10 +106,10 @@ - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: unstable: - total-all: 1 - total-high: 1 - total-normal: 1 - total-low: 1 + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - job-template: name: babeltrace_{version}_cppcheck diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index d7b96bb..1fb1e07 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -88,10 +88,10 @@ - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: unstable: - total-all: 1 - total-high: 1 - total-normal: 1 - total-low: 1 + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: artifacts: 'build/**' allow-empty: false diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 6907b01..999acea 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -181,10 +181,10 @@ - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: unstable: - total-all: 1 - total-high: 1 - total-normal: 1 - total-low: 1 + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: artifacts: 'build/**' allow-empty: false diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 71cae70..a140cd6 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -11,10 +11,7 @@ project-type: freestyle logrotate: - daysToKeep: -1 numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 wrappers: - workspace-cleanup @@ -89,10 +86,10 @@ - 'GNU Make + GNU C Compiler (gcc)' total-thresholds: unstable: - total-all: 1 - total-high: 1 - total-normal: 1 - total-low: 1 + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: artifacts: 'build/**' allow-empty: false