From d2d979a6686924636aa1edb218251d86138476df Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 15 Dec 2017 11:47:45 -0500 Subject: [PATCH] jjb: Add warnings filtering to scope jobs Signed-off-by: Michael Jeanson --- jobs/ctf-java.yml | 4 ++++ jobs/jabberwocky.yml | 4 ++++ jobs/libdelorean-java.yml | 4 ++++ jobs/lttng-scope.yml | 12 ++++++++++++ 4 files changed, 24 insertions(+) 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}' -- 2.34.1