diff mbox series

[U-Boot,v2,4/4] Travis-CI: Add job for running test.py on qemu_arm64

Message ID 20180111141126.15432-5-tuomas.tynkkynen@iki.fi
State Accepted
Delegated to: Tom Rini
Headers show
Series ARM: Extend qemu_arm to support ARM64 | expand

Commit Message

Tuomas Tynkkynen Jan. 11, 2018, 2:11 p.m. UTC
The corresponding changes in the uboot-test-hooks repo are:

https://github.com/swarren/uboot-test-hooks/pull/15

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Reviewed-by: Tom Rini <trini@konsulko.com>
---
v2: No change (except added Reviewed-by)
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Tom Rini Jan. 19, 2018, 9:14 p.m. UTC | #1
On Thu, Jan 11, 2018 at 04:11:26PM +0200, Tuomas Tynkkynen wrote:

> The corresponding changes in the uboot-test-hooks repo are:
> 
> https://github.com/swarren/uboot-test-hooks/pull/15
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 65c6e52046..75e0d98ed7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -315,6 +315,11 @@  matrix:
           TEST_PY_TEST_SPEC="not sleep"
           QEMU_TARGET="arm-softmmu"
           BUILDMAN="^qemu_arm$"
+    - env:
+        - TEST_PY_BD="qemu_arm64"
+          TEST_PY_TEST_SPEC="not sleep"
+          QEMU_TARGET="aarch64-softmmu"
+          BUILDMAN="^qemu_arm64$"
     - env:
         - TEST_PY_BD="qemu_mips"
           TEST_PY_TEST_SPEC="not sleep"