From 99e596d194481bdf92ecb4f5d011f931ba11a26b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Tue, 1 Sep 2015 13:42:14 -0400 Subject: [PATCH] Disable fail on warnings --- jobs/liburcu.yaml | 13 +++++-------- jobs/lttng-ust.yaml | 12 ++++++------ 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index 6d25f07..f938d92 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -88,17 +88,14 @@ 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 diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 33ad79f..d30c01e 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -89,12 +89,12 @@ - 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 -- 2.34.1