Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 1 | - job: |
| 2 | name: ldcg-python-manylinux-tensorflow-onednn-nightly |
| 3 | project-type: freestyle |
| 4 | defaults: global |
| 5 | triggers: |
Andrew Goodbody | b663043 | 2023-07-06 16:06:35 +0100 | [diff] [blame] | 6 | - timed: '10 0 * * *' |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 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: |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [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 |
Andrew Goodbody | 779b49c | 2023-08-09 13:02:52 +0100 | [diff] [blame] | 23 | default: true |
Andrew Goodbody | b663043 | 2023-07-06 16:06:35 +0100 | [diff] [blame] | 24 | description: 'Use clang to build instead of gcc' |
| 25 | - bool: |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 26 | name: buildgit |
| 27 | default: true |
| 28 | description: 'Build git HEAD' |
| 29 | - bool: |
| 30 | name: buildonednn |
| 31 | default: true |
| 32 | description: 'Build with oneDNN/ACL' |
Andrew Goodbody | f3f1d44 | 2022-05-31 09:45:49 +0100 | [diff] [blame] | 33 | - bool: |
| 34 | name: buildonednnopt |
| 35 | default: true |
| 36 | description: 'Set TF_ENABLE_ONEDNN_OPT=1' |
Andrew Goodbody | e076d26 | 2024-10-10 14:58:14 +0100 | [diff] [blame] | 37 | disabled: true |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 38 | node: ldcg-aarch64-02 |
| 39 | concurrent: false |
| 40 | display-name: 'Tensorflow oneDNN Python package (manylinux2014 nightly)' |
| 41 | wrappers: |
| 42 | - timestamps |
Andrew Goodbody | 101f10a | 2024-02-07 15:38:03 +0000 | [diff] [blame] | 43 | - credentials-binding: |
| 44 | - text: |
| 45 | credential-id: snapshots-api-key |
| 46 | variable: PUBLISH_KEY |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 47 | builders: |
| 48 | - shell: |
| 49 | !include-raw: ldcg-python-manylinux-tensorflow/build.sh |
Andrew Goodbody | da173a1 | 2022-03-29 12:11:32 +0100 | [diff] [blame] | 50 | - shell: |
| 51 | !include-raw: ldcg-python-manylinux-tensorflow/publishers.sh |
| 52 | publishers: |
| 53 | - email: |
| 54 | recipients: 'marcin.juszkiewicz@linaro.org andrew.goodbody@linaro.org ldcg-ai-ml@op-lists.linaro.org' |