aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-cache.yaml
blob: 49ff24482a0dc533bf831f96ebb32eff5f062a16 (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
- job:
    name: ldcg-python-manylinux-cache
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            everyone-flat:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 7
            num-to-keep: 7
    parameters:
        - string:
            name: PYTHON_PACKAGES
            default: ''
            description: 'space separated names of Python wheels to build'
        - string:
            name: EXTRA_DEPENDENCIES_CENTOS
            default: ''
            description: 'space separated names of extra package dependencies to install (CentOS 7)'
        - string:
            name: EXTRA_PYTHON_PACKAGES
            default: ''
            description: 'space separated names of extra Python wheels to install before build starts'
    disabled: false
    node: leg-aarch64
    concurrent: false
    display-name: 'Build some Python package wheels'
    wrappers:
        - timestamps
        - credentials-binding:
            - text:
                credential-id: snapshots-api-key
                variable: PUBLISH_KEY
    builders:
        - shell:
            !include-raw: ldcg-python-manylinux-cache/build.sh
        - shell:
            !include-raw: ldcg-python-manylinux-cache/publishers.sh
    publishers:
        - email:
            recipients: 'marcin.juszkiewicz@linaro.org'