From c41b1f6ed3f3c6590b532733d4a0f7c9c7d5c781 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 19 Sep 2017 23:18:08 +0300 Subject: [PATCH] UPSTREAM: travis.yml: Add job for running test.py in qemu_arm Note that this commit requires https://github.com/swarren/uboot-test-hooks/pull/14 to go in first. Change-Id: Ibe232788714cbe11384976c905ce7b012b375441 Signed-off-by: Tuomas Tynkkynen Signed-off-by: Kever Yang (cherry picked from commit 7b09dffc3b07ae08b0b1006ab799c2d1a0364504) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 00b2a73a5e..7012fd1d28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -285,6 +285,11 @@ matrix: TEST_PY_ID="--id qemu" QEMU_TARGET="arm-softmmu" BUILDMAN="^integratorcp_cm926ejs$" + - env: + - TEST_PY_BD="qemu_arm" + TEST_PY_TEST_SPEC="not sleep" + QEMU_TARGET="arm-softmmu" + BUILDMAN="^qemu_arm$" - env: - TEST_PY_BD="qemu_mips" TEST_PY_TEST_SPEC="not sleep"