aboutsummaryrefslogtreecommitdiff
path: root/android-lcr-reference-x15-p-auto.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2019-08-01 00:46:09 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2019-08-01 00:46:09 +0800
commit392aadb9b891e892a624eccce13d2d7f85f0090b (patch)
tree683c0ac4082a53694aba9dd2cb1d0d22736bfed6 /android-lcr-reference-x15-p-auto.yaml
parentedc1eb4e7e8f4ef20aa6f8b69d8575449346e80c (diff)
lcr: add ci build for Pie X15 auto
Change-Id: I7d3d87be134fa03fc20aa11184e2be4b216b80ad Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android-lcr-reference-x15-p-auto.yaml')
-rw-r--r--android-lcr-reference-x15-p-auto.yaml89
1 files changed, 89 insertions, 0 deletions
diff --git a/android-lcr-reference-x15-p-auto.yaml b/android-lcr-reference-x15-p-auto.yaml
new file mode 100644
index 0000000000..44176a0e69
--- /dev/null
+++ b/android-lcr-reference-x15-p-auto.yaml
@@ -0,0 +1,89 @@
+- job:
+ name: android-lcr-reference-x15-p-auto
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ linaro:
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 200
+ 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
+ - string:
+ name: QA_SERVER
+ default: 'https://qa-reports.linaro.org'
+ - string:
+ name: QA_SERVER_PROJECT
+ default: 'lcr-reference-x15-p-auto'
+ disabled: false
+ node: docker-xenial-aosp
+ display-name: 'Reference LCR Android Pie build for X15 Auto'
+ concurrent: true
+ triggers:
+ - gerrit:
+ server-name: __ANY__
+ trigger-on:
+ - change-merged-event
+ projects:
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'android-patchsets'
+ branches:
+ - branch-compare-type: 'PLAIN'
+ branch-pattern: 'master'
+ file-paths:
+ - compare-type: 'PLAIN'
+ pattern: 'x15-p-workarounds'
+ - compare-type: 'PLAIN'
+ pattern: 'P-RLCR-PATCHSET'
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'device/linaro/common'
+ branches:
+ - branch-compare-type: 'PLAIN'
+ branch-pattern: 'linaro-p-preview'
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'platform/manifest'
+ branches:
+ - branch-compare-type: 'PLAIN'
+ branch-pattern: 'linaro-p-preview'
+ file-paths:
+ - compare-type: 'PLAIN'
+ pattern: 'ti.xml'
+ - compare-type: 'PLAIN'
+ pattern: 'linaro.xml'
+ - project-compare-type: 'PLAIN'
+ project-pattern: 'android-build-configs'
+ branches:
+ - branch-compare-type: 'PLAIN'
+ branch-pattern: 'master'
+ file-paths:
+ - compare-type: 'PLAIN'
+ pattern: 'lcr-reference-x15-p-auto'
+ wrappers:
+ - timestamps
+ - timeout:
+ timeout: 500
+ - ssh-agent-credentials:
+ users:
+ - '768c1ba1-6052-4b97-a531-7e4fabda6979'
+ - credentials-binding:
+ - text:
+ credential-id: QA_REPORTS_TOKEN
+ variable: QA_REPORTS_TOKEN
+ - text:
+ credential-id: ARTIFACTORIAL_TOKEN
+ variable: ARTIFACTORIAL_TOKEN
+ builders:
+ !include: android-lcr/x15/builders-v2-jinja2.yaml.inc
+ publishers:
+ !include: android-lcr/common/publishers.yaml.inc