aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft-linux-mainline.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-11-18 11:28:42 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-11-18 11:28:42 +0200
commit79d47002cc6aa720430422601ffb3092c78cda57 (patch)
treed0ad2007fa07a1e43114f6be7f892de727e38dcf /openembedded-lkft-linux-mainline.yaml
parent4e5ab959356c0052de15310674954443a89138e8 (diff)
openembedded-lkft: fix KeyError: 'KSELFTESTS_REVISION'
* Move KSELFTEST_PATH as a parameter. * Set mainline/next metadata based on QA_SERVER_PROJECT value. Change-Id: I166b6b652a57022d0880b28dd7ec55a7ac6b8244 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-lkft-linux-mainline.yaml')
-rw-r--r--openembedded-lkft-linux-mainline.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/openembedded-lkft-linux-mainline.yaml b/openembedded-lkft-linux-mainline.yaml
index 9c31d0105c..8881c7d19f 100644
--- a/openembedded-lkft-linux-mainline.yaml
+++ b/openembedded-lkft-linux-mainline.yaml
@@ -55,6 +55,9 @@
name: KSELFTEST_SKIPLIST
default: 'test_verifier test_tag test_maps test_lru_map test_lpm_map test_progs test_align test_kmod.sh ftracetest run.sh run_fuse_test.sh run_vmtests seccomp_bpf pstore_tests breakpoint_test_arm64 raw_skew'
- string:
+ name: KSELFTEST_PATH
+ default: '/opt/kselftests/default-in-kernel/'
+ - string:
name: SKIP_LAVA
default: ''
disabled: false
@@ -113,10 +116,6 @@
esac
echo "DEVICE_TYPE=${DEVICE_TYPE}" > device_type_parameters
- echo "KSELFTESTS_VERSION=${MAKE_KERNELVERSION}" >> device_type_parameters
- echo "KSELFTESTS_URL=${KERNEL_REPO}" >> device_type_parameters
- echo "KSELFTESTS_REVISION=${KERNEL_COMMIT}" >> device_type_parameters
- echo "KSELFTEST_PATH=/opt/kselftests/default-in-kernel/" >> device_type_parameters
echo "#${BUILD_NUMBER}-${SRCREV_kernel:0:8}" > ${WORKSPACE}/version.txt
- build-name-setter:
name: 'version.txt'