blob: aa065f3039a3f6eb797a2cadc517c34f843502f2 [file] [log] [blame]
Vishal Bhoj0ef2ea02019-08-30 00:11:08 +05301- job:
2 name: aosp-mesa-testing
3 project-type: freestyle
4 defaults: global
5 properties:
6 - authorization:
7 anonymous:
8 - job-read
9 - job-extended-read
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +010010 everyone-flat:
Vishal Bhoj0ef2ea02019-08-30 00:11:08 +053011 - job-build
12 - job-cancel
13 - build-discarder:
14 days-to-keep: 30
15 num-to-keep: 30
16 artifact-num-to-keep: 1
17 parameters:
18 - string:
19 name: BUILD_DIR
20 default: 'aosp-master'
21 disabled: false
22 node: docker-xenial-aosp
23 display-name: 'AOSP Master mesa testing'
24 scm:
25 - git:
26 remotes:
27 - upstream-mesa:
Vishal Bhojf7251842019-09-12 10:02:23 +053028 url: git://anongit.freedesktop.org/mesa/mesa
Vishal Bhoj0ef2ea02019-08-30 00:11:08 +053029 refspec: +refs/heads/master:refs/remotes/upstream-mesa/master
30 branches:
31 - upstream-mesa/master
32 skip-tag: true
33 shallow-clone: false
34 wipe-workspace: false
35 concurrent: true
36 triggers:
37 - pollscm: 'H/5 * * * *'
38 wrappers:
39 - timestamps
40 - timeout:
41 timeout: 500
42 - build-name:
43 name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
44 builders:
45 - shell:
46 !include-raw:
47 - android-lcr/common/builders.sh
48 - aosp-mesa-testing/builders.sh
Vishal Bhoj39675f12019-10-04 19:14:54 +053049 - inject:
50 properties-file: publish_parameters
Vishal Bhoj0ef2ea02019-08-30 00:11:08 +053051 publishers:
52 - email-ext:
53 recipients: 'vishal.bhoj@linaro.org, john.stultz@linaro.org'
54 content-type: text
55 subject: 'errors for mesa master on AOSP master ${BUILD_NUMBER}'
56 body: |
57 AOSP master Build State without upstream mesa: ${AOSP_MASTER_BUILD}
58 Build Triggered by: ${GIT_BRANCH} ${PATCH_SUBJECT}
59 Author: S{AUTHOR_EMAIL_ADDRESS}
60 Full log: ${PROJECT_URL}${BUILD_NUMBER}/consoleText
61 first-failure: true
62 failure: false