aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-4.9.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-11-21 20:59:25 +0530
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-22 17:08:16 +0000
commit6328c7105b77f236956f4f736821079468483d88 (patch)
tree3e1fca81b6576a982da17b918d768da028b95217 /openembedded-lkft-linux-stable-4.9.yaml
parent85956ec69a70455f6c4457ec5e68bb53a32b48c9 (diff)
lkft: improve email notification
Send notification about failed builds only. Use a shorter email subject. Change-Id: Iccfc0c838d6bcb32da741905f333c5c87344af44 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-stable-4.9.yaml')
-rw-r--r--openembedded-lkft-linux-stable-4.9.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-stable-4.9.yaml b/openembedded-lkft-linux-stable-4.9.yaml
index 8188d413ff..3c153179cf 100644
--- a/openembedded-lkft-linux-stable-4.9.yaml
+++ b/openembedded-lkft-linux-stable-4.9.yaml
@@ -142,12 +142,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}