summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/lkp.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/ubuntu/lkp.yaml b/ubuntu/lkp.yaml
index 72bfdbb..4a4e4a5 100644
--- a/ubuntu/lkp.yaml
+++ b/ubuntu/lkp.yaml
@@ -12,6 +12,7 @@ metadata:
- functional
devices:
- mustang
+ - juno
install:
git-repos:
@@ -31,9 +32,16 @@ install:
- 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
- JOB: 'unixbench'
+ # Set MONITORS to '--no-defaults' to disable the default monitors.
+ MONITORS: 'default'
run:
steps:
- - './common/scripts/lkp.py $(readlink -f lkp-tests) $(pwd) $LOOPS $JOB'
+ - './common/scripts/lkp.py $(readlink -f lkp-tests) $(pwd)
+ $JOB $COMMIT $LOOPS $MONITORS'