aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow.yaml
blob: 8a7d480302bf23b465f5fbc5dc6e208ef860f524 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
- job:
    name: ldcg-python-manylinux-tensorflow
    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:
        - bool:
            name: useclang
            default: false
            description: 'Use clang to build instead of gcc'
        - bool:
            name: buildgit
            default: false
            description: 'Build git HEAD'
        - bool:
            name: buildonednn
            default: false
            description: 'Build with oneDNN/ACL'
        - bool:
            name: buildonednnopt
            default: false
            description: 'Set TF_ENABLE_ONEDNN_OPT=1'
        - bool:
            name: prebuild
            default: false
            description: 'Pre-build a release before it is tagged using commit hash'
        - string:
            name: prebuild_hash
            default: ''
            description: 'Commit hash to be used for pre-build of release'
        - bool:
            name: build216
            default: false
            description: 'Build 2.16.x version'
        - bool:
            name: build215
            default: false
            description: 'Build 2.15.x version'
        - bool:
            name: build214
            default: false
            description: 'Build 2.14.x version'
        - bool:
            name: build213
            default: false
            description: 'Build 2.13.x version'
        - bool:
            name: build212
            default: false
            description: 'Build 2.12.x version'
    disabled: false
    node: ldcg-aarch64-02
    concurrent: false
    display-name: 'Tensorflow Python package (manylinux2014)'
    wrappers:
        - timestamps
        - credentials-binding:
            - text:
                credential-id: snapshots-api-key
                variable: PUBLISH_KEY
    builders:
        - shell:
            !include-raw: ldcg-python-manylinux-tensorflow/build.sh
        - shell:
            !include-raw: ldcg-python-manylinux-tensorflow/publishers.sh
    publishers:
        - email:
            recipients: 'marcin.juszkiewicz@linaro.org andrew.goodbody@linaro.org'