aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2020-03-12 15:27:04 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2020-03-23 16:12:02 +0000
commited1e80b3dcaa8cb6c941e546ea3d079a13b5048d (patch)
tree08fbc036c828ec49d72bc901b20f9e2135c22bfa /openembedded-lkft
parent9390028d0310faad08dadcc316948457a39c0b47 (diff)
openembedded-lkft: Do not submit sanity tests for X15
This has been recently implemented in LKFT 2.0: https://gitlab.com/Linaro/lkft/ci-scripts/-/merge_requests/66 Change-Id: I5c6e90716909772056d4c4aad8893b6b1f20cb72 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
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 f5ce2e24ba..b62d4949b8 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -214,7 +214,7 @@ if [[ ${MIGRATED[*]} =~ ${this_combo} ]]; then
fi
# Submit sanity jobs
-if [[ ${DEVICE_TYPE} = "x15" || ${DEVICE_TYPE} = "x86" || ${DEVICE_TYPE} = "i386" ]]; then
+if [[ ${DEVICE_TYPE} = "x86" || ${DEVICE_TYPE} = "i386" ]]; then
# Save original priority
export FULL_LAVA_JOB_PRIORITY=${LAVA_JOB_PRIORITY}