blob: 3cc2c4b891817eb0f243a8d41b78b58269ac10a1 [file] [log] [blame]
Andrew Goodbodyda173a12022-03-29 12:11:32 +01001- job:
2 name: ldcg-python-manylinux-tensorflow-onednn-nightly
3 project-type: freestyle
4 defaults: global
5 triggers:
Andrew Goodbodyb6630432023-07-06 16:06:35 +01006 - timed: '10 0 * * *'
Andrew Goodbodyda173a12022-03-29 12:11:32 +01007 properties:
8 - authorization:
9 anonymous:
10 - job-read
11 - job-extended-read
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +010012 everyone-flat:
Andrew Goodbodyda173a12022-03-29 12:11:32 +010013 - 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 Goodbodyb6630432023-07-06 16:06:35 +010022 name: useclang
Andrew Goodbody779b49c2023-08-09 13:02:52 +010023 default: true
Andrew Goodbodyb6630432023-07-06 16:06:35 +010024 description: 'Use clang to build instead of gcc'
25 - bool:
Andrew Goodbodyda173a12022-03-29 12:11:32 +010026 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 Goodbodyf3f1d442022-05-31 09:45:49 +010033 - bool:
34 name: buildonednnopt
35 default: true
36 description: 'Set TF_ENABLE_ONEDNN_OPT=1'
Andrew Goodbodye076d262024-10-10 14:58:14 +010037 disabled: true
Andrew Goodbodyda173a12022-03-29 12:11:32 +010038 node: ldcg-aarch64-02
39 concurrent: false
40 display-name: 'Tensorflow oneDNN Python package (manylinux2014 nightly)'
41 wrappers:
42 - timestamps
Andrew Goodbody101f10a2024-02-07 15:38:03 +000043 - credentials-binding:
44 - text:
45 credential-id: snapshots-api-key
46 variable: PUBLISH_KEY
Andrew Goodbodyda173a12022-03-29 12:11:32 +010047 builders:
48 - shell:
49 !include-raw: ldcg-python-manylinux-tensorflow/build.sh
Andrew Goodbodyda173a12022-03-29 12:11:32 +010050 - 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'