Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 1 | - job: |
| 2 | name: ldcg-python-manylinux-tensorflow-nightly |
| 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | triggers: |
| 6 | - timed: '@daily' |
| 7 | properties: |
| 8 | - authorization: |
| 9 | anonymous: |
| 10 | - job-read |
| 11 | - job-extended-read |
Benjamin Copeland | 9dc2eb8 | 2022-10-11 12:40:33 +0100 | [diff] [blame] | 12 | everyone-flat: |
Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 13 | - job-read |
| 14 | - job-extended-read |
| 15 | - job-build |
| 16 | - job-cancel |
| 17 | - build-discarder: |
| 18 | days-to-keep: 7 |
| 19 | num-to-keep: 7 |
| 20 | parameters: |
| 21 | - bool: |
Andrew Goodbody | b663043 | 2023-07-06 16:06:35 +0100 | [diff] [blame] | 22 | name: useclang |
| 23 | default: false |
| 24 | description: 'Use clang to build instead of gcc' |
| 25 | - bool: |
Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 26 | name: buildgit |
| 27 | default: true |
| 28 | description: 'Build git HEAD' |
Andrew Goodbody | 05945c0 | 2022-02-25 12:28:06 +0000 | [diff] [blame] | 29 | - bool: |
| 30 | name: buildonednn |
| 31 | default: false |
| 32 | description: 'Build with oneDNN/ACL' |
Andrew Goodbody | e076d26 | 2024-10-10 14:58:14 +0100 | [diff] [blame] | 33 | disabled: true |
Marcin Juszkiewicz | ed02191 | 2021-07-22 16:00:58 +0200 | [diff] [blame] | 34 | node: ldcg-aarch64-02 |
Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 35 | concurrent: false |
| 36 | display-name: 'Tensorflow Python package (manylinux2014 nightly)' |
| 37 | wrappers: |
| 38 | - timestamps |
Andrew Goodbody | 101f10a | 2024-02-07 15:38:03 +0000 | [diff] [blame] | 39 | - credentials-binding: |
| 40 | - text: |
| 41 | credential-id: snapshots-api-key |
| 42 | variable: PUBLISH_KEY |
Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 43 | builders: |
| 44 | - shell: |
| 45 | !include-raw: ldcg-python-manylinux-tensorflow/build.sh |
Marcin Juszkiewicz | 8738159 | 2021-06-15 17:29:33 +0200 | [diff] [blame] | 46 | - shell: |
| 47 | !include-raw: ldcg-python-manylinux-tensorflow/publishers.sh |
| 48 | publishers: |
| 49 | - email: |
Andrew Goodbody | 30c8b29 | 2021-10-21 17:00:38 +0100 | [diff] [blame] | 50 | recipients: 'marcin.juszkiewicz@linaro.org andrew.goodbody@linaro.org ldcg-ai-ml@op-lists.linaro.org' |