aboutsummaryrefslogtreecommitdiff
path: root/ldcg-python-manylinux-tensorflow-text.yaml
blob: 93e5cd6f85713bb1e66eab6dcf38a574d0a60843 (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-tensorflow-text
    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: build0
            default: false
            description: 'Build 2.13 release'
        - bool:
            name: buildgit
            default: false
            description: 'Build git HEAD'
        - bool:
            name: auditwheels
            default: true
            description: 'Run auditwheel on built wheels'
    disabled: false
    node: ldcg-aarch64-02
    concurrent: false
    display-name: 'Tensorflow Text 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-tf-text.sh
        - shell:
            !include-raw: ldcg-python-manylinux-tensorflow/publishers.sh
    publishers:
        - email:
            recipients: 'marcin.juszkiewicz@linaro.org andrew.goodbody@linaro.org'