aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-p.yaml
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-10-25 14:37:51 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-10-30 12:10:42 +0000
commitf0637fea474c44f4a6a28a0a75d9f421a148d438 (patch)
treeb04668161005642b6a79c01ae9b457aa900d6fd0 /android-hikey-optee-p.yaml
parent76b687b0d58ce595180b14c3d557ce1c12319cac (diff)
android-hikey-optee-*: move publishers to common..
.. yaml.inc file. Change-Id: Iea405a6c390014816a22ddf62da47cc644ef054f Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-hikey-optee-p.yaml')
-rw-r--r--android-hikey-optee-p.yaml25
1 files changed, 1 insertions, 24 deletions
diff --git a/android-hikey-optee-p.yaml b/android-hikey-optee-p.yaml
index 3b0a9a6871..76664ad4ae 100644
--- a/android-hikey-optee-p.yaml
+++ b/android-hikey-optee-p.yaml
@@ -31,27 +31,4 @@
builders:
!include: android-hikey-optee/common/builders.yaml.inc
publishers:
- - email-ext:
- recipients: '${CI_MAIL_RECIPIENTS}'
- content-type: text
- body: |
- #Build Triggered by: ${ghprbPullTitle}: ${ghprbPullLink}
- Build Triggered by: https://git.linaro.org/ci/job/configs.git/tree/trigger-android-daily-builds.yaml
- Build URL: ${PROJECT_URL}${BUILD_NUMBER}/
- Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
- Parsed warnings/errors: ${PROJECT_URL}${BUILD_NUMBER}/parsed_console
-
- Errors:
- ${BUILD_LOG_REGEX, regex=".*ERROR:.* ", linesBefore=0, linesAfter=0, showTruncatedLines=false}
- - archive:
- artifacts: '*.xml,*.json'
- latest-only: true
- allow-empty: true
- - logparser:
- parse-rules: '/var/lib/jenkins/userContent/android.parse'
- unstable-on-warning: false
- fail-on-error: false
- - fingerprint:
- files: 'build/fingerprints/*'
- - email:
- recipients: 'vishal.bhoj@linaro.org fathi.boudra@linaro.org daniel.diaz@linaro.org'
+ !include: android-hikey-optee/common/publishers.yaml.inc