aboutsummaryrefslogtreecommitdiff
path: root/android-hikey-optee-o-clearkeydrmplugin.yaml
blob: 569e577dab379972efc2c98d77e00fe7f9b5dd58 (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
- job:
    name: android-hikey-optee-o-clearkeydrmplugin
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            everyone-flat:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 60
            num-to-keep: 60
        - github:
            url: https://github.com/linaro-mmwg/clearkeydrmplugin
    disabled: false
    node: docker-xenial-aosp
    display-name: 'AOSP HiKey build with OP-TEE (SWG) ClearKey'
    concurrent: false
    scm:
        - git:
            url: https://github.com/linaro-mmwg/clearkeydrmplugin.git
            refspec: +refs/pull/*:refs/remotes/origin/pr/*
            name: origin
            branches:
                - ${sha1}
            skip-tag: true
            shallow-clone: true
            wipe-workspace: true
    triggers:
        - github-pull-request:
            github-hooks: true
            permit-all: true
            auth-id: 'GITHUB_TOKEN'

    wrappers:
        - timestamps
        - timeout:
            timeout: 500
    builders:
        - shell:
            !include-raw: android-hikey-optee-o-clearkey/builders.sh