Andrew Goodbody | d0551d5 | 2023-12-13 17:59:06 +0000 | [diff] [blame] | 1 | - job: |
| 2 | name: ldcg-python-openxla |
| 3 | project-type: freestyle |
| 4 | defaults: global |
Andrew Goodbody | ffd41da | 2024-01-09 13:09:09 +0000 | [diff] [blame] | 5 | triggers: |
| 6 | - timed: '0 6 * * *' |
Andrew Goodbody | d0551d5 | 2023-12-13 17:59:06 +0000 | [diff] [blame] | 7 | properties: |
| 8 | - authorization: |
| 9 | anonymous: |
| 10 | - job-read |
| 11 | - job-extended-read |
| 12 | everyone-flat: |
| 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: |
| 22 | name: useclang |
Andrew Goodbody | 2637252 | 2024-04-02 09:56:48 +0100 | [diff] [blame] | 23 | default: true |
Andrew Goodbody | d0551d5 | 2023-12-13 17:59:06 +0000 | [diff] [blame] | 24 | description: 'Use clang to build instead of gcc' |
| 25 | - bool: |
| 26 | name: buildgit |
Andrew Goodbody | b623370 | 2023-12-14 10:08:16 +0000 | [diff] [blame] | 27 | default: true |
Andrew Goodbody | d0551d5 | 2023-12-13 17:59:06 +0000 | [diff] [blame] | 28 | description: 'Build git HEAD' |
Marcin Juszkiewicz | 2c2cf58 | 2024-08-19 12:23:36 +0200 | [diff] [blame] | 29 | disabled: true |
Andrew Goodbody | d0551d5 | 2023-12-13 17:59:06 +0000 | [diff] [blame] | 30 | node: ldcg-aarch64-02 |
| 31 | concurrent: false |
| 32 | display-name: 'OpenXLA unit tests' |
| 33 | wrappers: |
| 34 | - timestamps |
| 35 | builders: |
| 36 | - shell: |
| 37 | !include-raw: ldcg-python-openxla/build.sh |
| 38 | publishers: |
| 39 | - email: |
| 40 | recipients: 'marcin.juszkiewicz@linaro.org andrew.goodbody@linaro.org' |