aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2020-10-29 11:47:01 +0100
committerAnders Roxell <anders.roxell@linaro.org>2020-10-29 11:51:42 +0100
commit7d20abe4fe2f427d63318ec87351bc8c497f4dbb (patch)
tree8660705c6b3e6608d79528b963941421d11373ac /openembedded-lkft
parent44292c15249f2770ba08fc2e449c2d65a2867a1d (diff)
lkft: submit_for_testing.sh: change TDEFINITIONS_REVISION
Set TDEFINITIONS_REVISION="kselftest" for mainline and next. For the other branches we use master. This is needed to work with the new way kselftest is parsed on mainline and next, see https://github.com/Linaro/test-definitions/commit/3aa6752f4bfd8ae1bc81e3bcc6475c493969dbf1 Change-Id: I870d05ad82ad509c94c9a3eacc2eddd2dfc9dca0 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rwxr-xr-xopenembedded-lkft/submit_for_testing.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded-lkft/submit_for_testing.sh b/openembedded-lkft/submit_for_testing.sh
index 0885952120..7311201d27 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -32,12 +32,14 @@ if [ -z "${DRY_RUN}" ]; then
export KSELFTESTS_URL=${LINUX_GENERIC_MAINLINE_URL}
export KSELFTESTS_VERSION=${LINUX_GENERIC_MAINLINE_VERSION}
export KSELFTESTS_REVISION=${KERNEL_COMMIT}
+ export TDEFINITIONS_REVISION="kselftest"
;;
linux-next-*)
source ${METADATA}
export KSELFTESTS_URL=${LINUX_GENERIC_NEXT_URL}
export KSELFTESTS_VERSION=${LINUX_GENERIC_NEXT_VERSION}
export KSELFTESTS_REVISION=${KERNEL_COMMIT}
+ export TDEFINITIONS_REVISION="kselftest"
;;
*)
export KSELFTESTS_URL=${KSELFTESTS_MAINLINE_URL}