aboutsummaryrefslogtreecommitdiff
path: root/rpb-kernel-enterprise.yaml
blob: 0bbc08a1705111e5fd2d4993951d12190b8f3fb8 (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
63
64
65
- job:
    name: 96boards-reference-kernel-enterprise
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 60
        numToKeep: 60
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
    parameters:
        - string:
            name: KERNEL_GIT_BRANCH
            default: 'erp-noupstream'
        - string:
            name: KERNEL_GIT_URL
            default: 'https://github.com/Linaro/rpk.git'
        - string:
            name: DEBIAN_GIT_BRANCH
            default: 'rpb-stretch-2019'
        - string:
            name: DEBIAN_GIT_URL
            default: 'https://github.com/Linaro/debian-kernel-packaging.git'
        - string:
            name: TARGET_REPO
            default: 'ERP:staging'
    disabled: false
    node: docker-stretch-arm64-leg
    display-name: 'Reference Platform - Linux Kernel (EE)'
    scm:
        - git:
            url: ${KERNEL_GIT_URL}
            refspec: +refs/heads/${KERNEL_GIT_BRANCH}:refs/remotes/origin/${KERNEL_GIT_BRANCH}
            name: origin
            branches:
                - refs/heads/${KERNEL_GIT_BRANCH}
            basedir: linux
            skip-tag: true
            shallow-clone: false
            wipe-workspace: false
    wrappers:
        - timestamps
        - build-name:
            name: '#${BUILD_NUMBER}'
    builders:
        - linaro-publish-token
        - shell:
            !include-raw: rpb-kernel-enterprise-deb/build.sh
    publishers:
        - archive:
            artifacts: '*.dsc, *.xz'
        - trigger-parameterized-builds:
            - project: build-package-obs
              property-file: build-package-params
              condition: SUCCESS
        - email:
            recipients: 'rp-enterprise@linaro.org packages@lists.linaro.org'