aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-06-11 22:27:53 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2019-06-13 16:12:54 +0000
commitff0ccd97018dafdcec25543f0f0260c93219efea (patch)
treeb65449601aaee45150d9cea315d23f0a87ae6337 /openembedded-lkft
parent541ec806bacfee141afb623c670dc264f09188c4 (diff)
openembedded-lkft: use kselftest-5.1 branch from test-definitions repo as default
For all stable rc build testing we need to use kselftest-5.1 branch from test-definitions repo. Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> Change-Id: Idf33bea096da7ce7cf1f1be095fd4fc7fe8f0090
Diffstat (limited to 'openembedded-lkft')
-rwxr-xr-xopenembedded-lkft/submit_for_testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-lkft/submit_for_testing.sh b/openembedded-lkft/submit_for_testing.sh
index 057cd347..d7631be6 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -8,7 +8,7 @@ set -ex
[ -z "${SKIP_LAVA}" ] || unset DEVICE_TYPE
[ -z "${QA_SERVER_TEAM}" ] && export QA_SERVER_TEAM=lkft
[ -z "${TOOLCHAIN}" ] && export TOOLCHAIN="unknown"
-[ -z "${TDEFINITIONS_REVISION}" ] && export TDEFINITIONS_REVISION="2019.05"
+[ -z "${TDEFINITIONS_REVISION}" ] && export TDEFINITIONS_REVISION="kselftest-5.1"
if [ -n "${DRY_RUN}" ]; then
export DRY_RUN="--dry-run --template-path lava-job-definitions --testplan-path lava-job-definitions/ --quiet"