summaryrefslogtreecommitdiff
path: root/ubuntu/lkp.yaml
blob: 72bfdbb43aabddb24be8714d39078b77d270eb47 (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
34
35
36
37
38
39
metadata:
    name: lkp
    format: "Lava-Test-Shell Test Definition 1.0"
    description: "Run LKP test suite on Linaro Ubuntu"
    maintainer:
        - milosz.wasilewski@linaro.org
        - riku.voipio@linaro.org
        - chase.qi@linaro.org
    os:
        - ubuntu
    scope:
        - functional
    devices:
        - mustang

install:
    git-repos:
        - url: https://github.com/suihkulokki/lkp-tests.git
    deps:
        - bc
        - build-essential
        - gawk
        - git
        - kmod
        - linux-tools
        - lsb-release
        - ruby
        - ruby-gnuplot
        - sysstat
        - time
        - xz-utils

params:
    LOOPS: 1
    JOB: 'unixbench'

run:
    steps:
        - './common/scripts/lkp.py $(readlink -f lkp-tests) $(pwd) $LOOPS $JOB'