aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2018-01-09 11:09:07 -0600
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-01-09 17:16:15 +0000
commit026abf0d4234d54133be05779c20ef0f668c1cb4 (patch)
tree22a3c8d2bdce5ccd44e3be785b43e2eb4707dd40
parentba11686fef7daf5b9beef368d9ad2e95519af4a6 (diff)
LKFT: staging: Make KSELFTESTS_SKIPLIST a param
This way skiplist changes can be easily tested via jenkins. Change-Id: I9cb333f79cf9f6bc830a3e9ca515b0649c38c95e Signed-off-by: Dan Rue <dan.rue@linaro.org>
-rw-r--r--lkft-staging-no-skiplist.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/lkft-staging-no-skiplist.yaml b/lkft-staging-no-skiplist.yaml
index 414060a63a..00460d7ab2 100644
--- a/lkft-staging-no-skiplist.yaml
+++ b/lkft-staging-no-skiplist.yaml
@@ -17,6 +17,10 @@
days-to-keep: 30
num-to-keep: 30
artifact-num-to-keep: 1
+ parameters:
+ - string:
+ name: KSELFTESTS_SKIPLIST
+ default: "breakpoint_test breakpoint_test_arm64 step_after_suspend_test ftracetest"
disabled: false
node: master
display-name: 'LKFT - Staging no skip list'
@@ -131,9 +135,6 @@
export KERNEL_URL="${BUILD_LOCATION}/${KERNEL_FILENAME}"
;;
esac
- # set kselftest and ltp skiplist depending on the kernel used
- # set proper variables depending on the kernel used
- export KSELFTESTS_SKIPLIST="breakpoint_test breakpoint_test_arm64 step_after_suspend_test ftracetest"
case ${BUILD_NAME} in
linux-next)
export KSELFTESTS_VERSION=${MAKE_KERNELVERSION}