From ad947ee7909d671a7b0255e4bdb6af001b2d00cb Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 18 Dec 2017 14:46:12 -0500 Subject: [PATCH] jjb: Add more warnings filtering to scope jobs Signed-off-by: Michael Jeanson --- jobs/ctf-java.yml | 2 ++ jobs/jabberwocky.yml | 2 ++ jobs/libdelorean-java.yml | 2 ++ jobs/lttng-scope.yml | 6 ++++++ 4 files changed, 12 insertions(+) diff --git a/jobs/ctf-java.yml b/jobs/ctf-java.yml index 93569d6..51ec16e 100644 --- a/jobs/ctf-java.yml +++ b/jobs/ctf-java.yml @@ -93,6 +93,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/jabberwocky.yml b/jobs/jabberwocky.yml index 86a6b26..af63eac 100644 --- a/jobs/jabberwocky.yml +++ b/jobs/jabberwocky.yml @@ -94,6 +94,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/libdelorean-java.yml b/jobs/libdelorean-java.yml index 08db078..44e4be8 100644 --- a/jobs/libdelorean-java.yml +++ b/jobs/libdelorean-java.yml @@ -94,6 +94,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' diff --git a/jobs/lttng-scope.yml b/jobs/lttng-scope.yml index 7b2d051..7edfd50 100644 --- a/jobs/lttng-scope.yml +++ b/jobs/lttng-scope.yml @@ -96,6 +96,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -201,6 +203,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' @@ -303,6 +307,8 @@ No sources found skipping Kotlin compile Ignoring project type pom - supportedProjectTypes = \[jar, bundle\] ^Tests run:.* + .*Source root doesn't exist.* + Could not transfer metadata.*codehaus-snapshots.* - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' -- 2.34.1