summaryrefslogtreecommitdiff
path: root/automated/linux/kernel-compilation/kernel-compilation.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2016-11-24 12:27:59 +0800
committerChase Qi <chase.qi@linaro.org>2016-11-24 18:55:47 +0800
commitfed78723b9287cf7b76b75682b30b65dd763522a (patch)
treea2c26b76883578d1b19fd225d1c83cc483ee4981 /automated/linux/kernel-compilation/kernel-compilation.yaml
parentae88be3b1aa12f3bc4f9c0ce8fe10bb5acf290b9 (diff)
automated: added Linux Kernel compilation test
Change-Id: I5d0b6423b8d6267bfc9c558eb7637335541a5055 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'automated/linux/kernel-compilation/kernel-compilation.yaml')
-rw-r--r--automated/linux/kernel-compilation/kernel-compilation.yaml37
1 files changed, 37 insertions, 0 deletions
diff --git a/automated/linux/kernel-compilation/kernel-compilation.yaml b/automated/linux/kernel-compilation/kernel-compilation.yaml
new file mode 100644
index 0000000..ef85afd
--- /dev/null
+++ b/automated/linux/kernel-compilation/kernel-compilation.yaml
@@ -0,0 +1,37 @@
+metadata:
+ name: kernel-compilation
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Compile kernel with defconfig on ARM64/ARM platform and
+ measure how long it takes."
+ maintainer:
+ - chase.qi@linaro.org
+ os:
+ - debian
+ - ubuntu
+ - fedora
+ - centos
+ scope:
+ - functional
+ - performance
+ environment:
+ - lava-test-shell
+ devices:
+ - hi6220-hikey
+ - apq8016-sbc
+ - mustang
+ - moonshot
+ - thunderX
+ - d03
+ - d05
+
+params:
+ # Specify longterm/stable Kernel version that availabe on:
+ # https://www.kernel.org/
+ VERSION: "4.4.34"
+ SKIP_INSTALL: "false"
+
+run:
+ steps:
+ - cd ./automated/linux/kernel-compilation/
+ - ./kernel-compilation.sh -v "${VERSION}" -s "${SKIP_INSTALL}"
+ - ../../utils/send-to-lava.sh ./output/result.txt