From: Michael Jeanson Date: Fri, 15 Dec 2017 16:47:45 +0000 (-0500) Subject: jjb: Add warnings filtering to scope jobs X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=d2d979a6686924636aa1edb218251d86138476df;p=lttng-ci.git jjb: Add warnings filtering to scope jobs Signed-off-by: Michael Jeanson --- diff --git a/jobs/ctf-java.yml b/jobs/ctf-java.yml index ed68b5c..93569d6 100644 --- a/jobs/ctf-java.yml +++ b/jobs/ctf-java.yml @@ -89,6 +89,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/jabberwocky.yml b/jobs/jabberwocky.yml index 8be825a..86a6b26 100644 --- a/jobs/jabberwocky.yml +++ b/jobs/jabberwocky.yml @@ -90,6 +90,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/libdelorean-java.yml b/jobs/libdelorean-java.yml index 165428b..08db078 100644 --- a/jobs/libdelorean-java.yml +++ b/jobs/libdelorean-java.yml @@ -90,6 +90,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/lttng-scope.yml b/jobs/lttng-scope.yml index e698b99..7b2d051 100644 --- a/jobs/lttng-scope.yml +++ b/jobs/lttng-scope.yml @@ -92,6 +92,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -193,6 +197,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -291,6 +299,10 @@ total-high: 0 total-normal: 0 total-low: 0 + messages-to-ignore: |- + No sources found skipping Kotlin compile + Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] + ^Tests run:.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}'