aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2020-03-26 08:41:16 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2020-03-26 08:41:16 -0600
commitfc6481ef937bc006654cfb81e48dfbd1860adbde (patch)
tree0b5a8779c8f20f508c026ed2d40c0e3fb9dfe52d /openembedded-lkft
parentc5cb3feb36caba0c459dabc5e1aa7bdccfdaa551 (diff)
openembedded-lkft: Do not submit sanity tests for x86_64
This has been recently implemented in LKFT 2.0: https://gitlab.com/Linaro/lkft/ci-scripts/-/merge_requests/76 Change-Id: I630bb46ea5fe35850e3ce065c79f08cc218e4bf6 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 72cdc08b81..d434d0d627 100755
--- a/openembedded-lkft/submit_for_testing.sh
+++ b/openembedded-lkft/submit_for_testing.sh
@@ -221,7 +221,7 @@ if [[ ${MIGRATED[*]} =~ ${this_combo} ]]; then
fi
# Submit sanity jobs
-if [[ ${DEVICE_TYPE} = "x86" || ${DEVICE_TYPE} = "i386" ]]; then
+if [[ ${DEVICE_TYPE} = "i386" ]]; then
# Save original priority
export FULL_LAVA_JOB_PRIORITY=${LAVA_JOB_PRIORITY}