aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-4.14.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-24 13:53:02 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-24 11:56:39 +0000
commit73c7abb296aa600672969322947a7bdbfd21150f (patch)
tree14b5fee96129a4f4a22e42fe2df59528f6a79d39 /openembedded-lkft-linux-stable-4.14.yaml
parentf5b08231ed1a3ea60f39b00f5155f94d2d096aba (diff)
lkft: fix SRCREV_kernel expansion
It isn't a token. Use email-ext groovy support to achieve the same intended string manipulation. Change-Id: I58399132256f0d539a78d66ce94c338730c5360c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-stable-4.14.yaml')
-rw-r--r--openembedded-lkft-linux-stable-4.14.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded-lkft-linux-stable-4.14.yaml b/openembedded-lkft-linux-stable-4.14.yaml
index 5081add878..ca0f2d7d3d 100644
--- a/openembedded-lkft-linux-stable-4.14.yaml
+++ b/openembedded-lkft-linux-stable-4.14.yaml
@@ -143,7 +143,7 @@
- email-ext:
recipients: 'lkft-maintainers@lists.linaro.org'
matrix-trigger: only-configurations
- subject: '[CI] ${MACHINE}: ${KERNEL_BRANCH} ${SRCREV_kernel,length=12} ${BUILD_STATUS}'
+ subject: '[CI] ${MACHINE}: ${KERNEL_BRANCH} {{SRCREV_kernel}} ${BUILD_STATUS}'
body: |
Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
@@ -154,3 +154,5 @@
Errors:
${BUILD_LOG_REGEX, regex="^ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}
+ presend-script:
+ !include-raw: openembedded-lkft/presend-script.groovy