blob: 7ab2ea2ba2f39a9960bf50505566f9f926eb58e8 [file] [log] [blame]
Theodore Grey26aa2ac2022-09-15 09:44:53 +00001- job:
Theodore Greyad7343b2023-11-13 13:21:50 +01002 name: ldcg-tensorflow-asv-benchmarks
Theodore Grey26aa2ac2022-09-15 09:44:53 +00003 project-type: freestyle
4 defaults: global
5 description: |
6 Runs various Tensorflow benchmarks and documents them with asv.
7 properties:
8 - authorization:
9 anonymous:
10 - job-read
11 - job-extended-read
Benjamin Copeland9dc2eb82022-10-11 12:40:33 +010012 everyone-flat:
Theodore Grey26aa2ac2022-09-15 09:44:53 +000013 - job-read
14 - job-extended-read
15 - job-build
16 - job-cancel
17 - build-discarder:
18 days-to-keep: 90
19 num-to-keep: 90
20 - github:
21 url: https://github.com/tensorflow/tensorflow
22 disabled: false
Theodore Greyad7343b2023-11-13 13:21:50 +010023 node: d05bench
24 concurent: false
Theodore Grey26aa2ac2022-09-15 09:44:53 +000025 display-name: 'Tensorflow aarch64 - CI Build: MLPerf Benchmark'
26 wrappers:
27 - timestamps
28 builders:
29 - shell:
Theodore Greyad7343b2023-11-13 13:21:50 +010030 !include-raw: ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh
Theodore Grey26aa2ac2022-09-15 09:44:53 +000031 publisher:
32 - email:
Theodore Greyad7343b2023-11-13 13:21:50 +010033 recipients: 'theodore.grey@linaro.org'