blob: f2c86569e97503cd23f7b1b52e2ea9beb07c4ae4 [file] [log] [blame]
Chase Qifed78722016-11-24 12:27:59 +08001metadata:
2 name: kernel-compilation
Milosz Wasilewski9063b982020-06-30 13:43:03 +01003 format: "Lava-Test Test Definition 1.0"
Chase Qifed78722016-11-24 12:27:59 +08004 description: "Compile kernel with defconfig on ARM64/ARM platform and
5 measure how long it takes."
6 maintainer:
7 - chase.qi@linaro.org
8 os:
9 - debian
10 - ubuntu
11 - fedora
12 - centos
13 scope:
14 - functional
15 - performance
16 environment:
17 - lava-test-shell
18 devices:
19 - hi6220-hikey
20 - apq8016-sbc
21 - mustang
22 - moonshot
23 - thunderX
24 - d03
25 - d05
26
27params:
Chase Qif0efbad2018-04-03 17:44:57 +080028 # Specify released Kernel version that availabe on:
29 # https://github.com/torvalds/linux/releases
30 VERSION: "4.4"
Chase Qifed78722016-11-24 12:27:59 +080031 SKIP_INSTALL: "false"
32
33run:
34 steps:
35 - cd ./automated/linux/kernel-compilation/
36 - ./kernel-compilation.sh -v "${VERSION}" -s "${SKIP_INSTALL}"
37 - ../../utils/send-to-lava.sh ./output/result.txt