From 6328c7105b77f236956f4f736821079468483d88 Mon Sep 17 00:00:00 2001 From: Vishal Bhoj Date: Tue, 21 Nov 2017 20:59:25 +0530 Subject: lkft: improve email notification Send notification about failed builds only. Use a shorter email subject. Change-Id: Iccfc0c838d6bcb32da741905f333c5c87344af44 Signed-off-by: Vishal Bhoj --- openembedded-lkft-lsk-4.4-rt.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openembedded-lkft-lsk-4.4-rt.yaml') diff --git a/openembedded-lkft-lsk-4.4-rt.yaml b/openembedded-lkft-lsk-4.4-rt.yaml index ab50ce356a..00fa95ded5 100644 --- a/openembedded-lkft-lsk-4.4-rt.yaml +++ b/openembedded-lkft-lsk-4.4-rt.yaml @@ -125,12 +125,15 @@ !include-raw: openembedded-lkft/postbuild.groovy - email-ext: recipients: 'lkft-maintainers@lists.linaro.org, fathi.boudra@linaro.org, milosz.wasilewski@linaro.org, naresh.kamboju@linaro.org' - always: true matrix-trigger: only-configurations + subject: '[CI] ${MACHINE}: ${KERNEL_BRANCH} ${SRCREV_kernel,length=12} ${BUILD_STATUS}' body: | Build URL: ${PROJECT_URL}${BUILD_NUMBER}/ Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console + Git branch: ${KERNEL_BRANCH} + Git URL: ${KERNEL_REPO} + Git commit: ${SRCREV_kernel} Errors: ${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false} -- cgit v1.2.3