aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-06-03 11:29:21 +0200
committerAnders Roxell <anders.roxell@linaro.org>2019-06-03 11:58:10 +0200
commit35ecb50db870d547cb48e7f4fddbaa1ae4b259ae (patch)
treebce9ce6dd6300dc9dd8695fd9897ca2a6ec501f1 /openembedded-lkft
parent20c18382711b3af4e43eb10ff56a78b884fb96fb (diff)
lkft: testplan: kselftest: use a test-definitions tag
We need to use a tag from the test-definitions repository when we run kselftest version < 5.2. Change-Id: I3199a2790a0a2e54b9f570f95e3a5d625d9e067a Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-lkft')
-rw-r--r--openembedded-lkft/lava-job-definitions/master/template-kselftest.yaml.jinja21
-rwxr-xr-xopenembedded-lkft/submit_for_testing.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/openembedded-lkft/lava-job-definitions/master/template-kselftest.yaml.jinja2 b/openembedded-lkft/lava-job-definitions/master/template-kselftest.yaml.jinja2
index 17877ef0..e55f6d97 100644
--- a/openembedded-lkft/lava-job-definitions/master/template-kselftest.yaml.jinja2
+++ b/openembedded-lkft/lava-job-definitions/master/template-kselftest.yaml.jinja2
@@ -41,6 +41,7 @@
path: inline/timesync-off.yaml
- repository: https://github.com/Linaro/test-definitions.git
from: git
+ revision: '{{ TDEFINITIONS_REVISION }}'
path: automated/linux/kselftest/kselftest.yaml
name: kselftest{{vsyscall_suffix}}
parameters:
diff --git a/openembedded-lkft/submit_for_testing.sh b/openembedded-lkft/submit_for_testing.sh
index 0a7b06e0..1d7ff46e 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -8,6 +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"
if [ -n "${DRY_RUN}" ]; then
export DRY_RUN="--dry-run --template-path lava-job-definitions --testplan-path lava-job-definitions/ --quiet"