aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-luvos-master.yaml
blob: 9b36d32acb23493cb15b2eca870dd35fe7a77b6e (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
- job:
    name: openembedded-armv8-luvos-master
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 30
        numToKeep: 30
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
    parameters:
        - string:
            name: MACHINE
            default: 'qemuarm64'
        - string:
            name: DISTRO
            default: 'luv'
        - string:
            name: BRANCH
            default: 'master'
    disabled: false
    node: build
    display-name: 'Linux UEFI Validation Operating System (luvOS) for ARMv8 - master'
    scm:
        - git:
            url: https://github.com/01org/luv-yocto.git
            refspec: +refs/heads/${BRANCH}:refs/remotes/origin/${BRANCH}
            name: origin
            branches:
                - refs/heads/${BRANCH}
            skip-tag: true
            shallow-clone: true
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
    builders:
        - linaro-publish-token
        - shell:
            !include-raw: openembedded-armv8-luvos/builders.sh
    publishers:
        - email:
            recipients: 'fathi.boudra@linaro.org naresh.bhat@linaro.org'