blob: 51b0b5dfb1d62aa1e85aeded6dc50356493c5143 [file] [log] [blame]
Andrew Goodbodyd0551d52023-12-13 17:59:06 +00001- job:
2 name: ldcg-python-openxla
3 project-type: freestyle
4 defaults: global
Andrew Goodbodyffd41da2024-01-09 13:09:09 +00005 triggers:
6 - timed: '0 6 * * *'
Andrew Goodbodyd0551d52023-12-13 17:59:06 +00007 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 Goodbody26372522024-04-02 09:56:48 +010023 default: true
Andrew Goodbodyd0551d52023-12-13 17:59:06 +000024 description: 'Use clang to build instead of gcc'
25 - bool:
26 name: buildgit
Andrew Goodbodyb6233702023-12-14 10:08:16 +000027 default: true
Andrew Goodbodyd0551d52023-12-13 17:59:06 +000028 description: 'Build git HEAD'
Marcin Juszkiewicz2c2cf582024-08-19 12:23:36 +020029 disabled: true
Andrew Goodbodyd0551d52023-12-13 17:59:06 +000030 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'