aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-stable-rc-4.20.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-07-31 09:03:50 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2019-02-19 20:56:19 +0000
commite8c2c08a23fade64c4938e8c521f9834410e3e2a (patch)
tree36e5ff50251663cbd94aa6f9307b423225b9254c /openembedded-lkft-linux-stable-rc-4.20.yaml
parentc390595478349efc652c6e318e4668997833392d (diff)
openembedded-lkft: add TEST_SUITES parameter
The TEST_SUITES parameter controls what test suites to run through qa-reports. It can generally be one of these: * kselftests * libhugetlbfs * ltp or, alternatively: * all * sanity * none or even blank, which will be translated as "all", or just the name of the specific test suite, like: * ltp-syscalls The "sanity" test suite is implied with "all". Specifying just "sanity" will run those test plans and nothing else. Change-Id: I4e0a34dce32622fa995ef57d74b40bd376cd6cd3 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-stable-rc-4.20.yaml')
-rw-r--r--openembedded-lkft-linux-stable-rc-4.20.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openembedded-lkft-linux-stable-rc-4.20.yaml b/openembedded-lkft-linux-stable-rc-4.20.yaml
index 77626dc411..8553528cca 100644
--- a/openembedded-lkft-linux-stable-rc-4.20.yaml
+++ b/openembedded-lkft-linux-stable-rc-4.20.yaml
@@ -66,6 +66,9 @@
- string:
name: SANITY_LAVA_JOB_PRIORITY
default: '80'
+ - string:
+ name: TEST_SUITES
+ default: 'all'
- matrix-combinations:
name: MATRIX_COMBINATIONS
disabled: false