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