aboutsummaryrefslogtreecommitdiff
path: root/ubuntu/lkp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/lkp.yaml')
-rw-r--r--ubuntu/lkp.yaml47
1 files changed, 0 insertions, 47 deletions
diff --git a/ubuntu/lkp.yaml b/ubuntu/lkp.yaml
deleted file mode 100644
index 4a4e4a54..00000000
--- a/ubuntu/lkp.yaml
+++ /dev/null
@@ -1,47 +0,0 @@
-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'