aboutsummaryrefslogtreecommitdiff
path: root/ldcg-tensorflow-asv-benchmarks.yaml
blob: 7ab2ea2ba2f39a9960bf50505566f9f926eb58e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
- job:
    name: ldcg-tensorflow-asv-benchmarks
    project-type: freestyle
    defaults: global
    description: |
        Runs various Tensorflow benchmarks and documents them with asv.
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
            everyone-flat:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 90
            num-to-keep: 90
        - github:
            url: https://github.com/tensorflow/tensorflow
    disabled: false
    node: d05bench
    concurent: false
    display-name: 'Tensorflow aarch64 - CI Build: MLPerf Benchmark'
    wrappers:
        - timestamps
    builders:
        - shell:
            !include-raw: ldcg-tensorflow-asv-benchmarks/ldcg-tensorflow-asv-benchmark.sh
    publisher:
        - email:
            recipients: 'theodore.grey@linaro.org'