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 <tuomas.tynkkynen@iki.fi> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 7b09dffc3b07ae08b0b1006ab799c2d1a0364504)
This commit is contained in:
parent
476f6045b8
commit
c41b1f6ed3
|
|
@ -285,6 +285,11 @@ matrix:
|
||||||
TEST_PY_ID="--id qemu"
|
TEST_PY_ID="--id qemu"
|
||||||
QEMU_TARGET="arm-softmmu"
|
QEMU_TARGET="arm-softmmu"
|
||||||
BUILDMAN="^integratorcp_cm926ejs$"
|
BUILDMAN="^integratorcp_cm926ejs$"
|
||||||
|
- env:
|
||||||
|
- TEST_PY_BD="qemu_arm"
|
||||||
|
TEST_PY_TEST_SPEC="not sleep"
|
||||||
|
QEMU_TARGET="arm-softmmu"
|
||||||
|
BUILDMAN="^qemu_arm$"
|
||||||
- env:
|
- env:
|
||||||
- TEST_PY_BD="qemu_mips"
|
- TEST_PY_BD="qemu_mips"
|
||||||
TEST_PY_TEST_SPEC="not sleep"
|
TEST_PY_TEST_SPEC="not sleep"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue