aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-p.yaml
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2018-10-12 04:37:12 +0100
committerVictor Chong <victor.chong@linaro.org>2018-10-12 04:37:12 +0100
commit012bf8c552699027b5fa71b0934a9363d3466ad1 (patch)
tree8c4e5ea683c9c33fc40bb9237b88d1504a399de6 /android-hikey-optee-p.yaml
parentd7d5f19be27b092cb6e3634972b7f84671e17fa8 (diff)
add android-hikey-optee p and master builds
Change-Id: I487ac04cacb664cd9fd7f3dcb3c591c9261ff9e7 Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'android-hikey-optee-p.yaml')
-rw-r--r--android-hikey-optee-p.yaml57
1 files changed, 57 insertions, 0 deletions
diff --git a/android-hikey-optee-p.yaml b/android-hikey-optee-p.yaml
new file mode 100644
index 0000000000..3b0a9a6871
--- /dev/null
+++ b/android-hikey-optee-p.yaml
@@ -0,0 +1,57 @@
+- job:
+ name: android-hikey-optee-p
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ linaro:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 60
+ num-to-keep: 60
+ parameters:
+ - string:
+ name: ART_URL
+ default: https://android-qa-reports.linaro.org/api/
+ - string:
+ name: BUILD_DIR
+ default: r-lcr-oreo
+ disabled: false
+ node: docker-xenial-aosp
+ display-name: 'AOSP P HiKey build with OP-TEE (SWG)'
+ concurrent: true
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ 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'