summaryrefslogtreecommitdiff
path: root/ubuntu/lkp.yaml
blob: 4a4e4a54172fa5bf1a7ce263423855ce97adbb70 (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
40
41
42
43
44
45
46
47
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
        - juno

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:
    # Used to specify jobs located in 'lkp-tests/jobs/'.
    JOB: 'hackbench'
    # Used to specify all 40 commit hash characters.
    COMMIT: 'commit'
    # Set LOOPS to the times to run in the same lava_test_shell.
    LOOPS: 1
    # Set MONITORS to '--no-defaults' to disable the default monitors.
    MONITORS: 'default'

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