All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig
@ 2019-07-18  4:33 Heinrich Schuchardt
  2019-08-02 22:06 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2019-07-18  4:33 UTC (permalink / raw)
  To: u-boot

Run the Python tests on the RISC-V architecture too.

https://github.com/swarren/uboot-test-hooks has already been updated.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
Tested on Travis CI:
https://travis-ci.org/xypron2/u-boot/builds/560095689
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c21bbbbca4..4c19cf72ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -454,6 +454,13 @@ matrix:
           QEMU_TARGET="ppc-softmmu"
           BUILDMAN="^qemu-ppce500$"
           TOOLCHAIN="powerpc"
+    - name: "test/py qemu-riscv64"
+      env:
+        - TEST_PY_BD="qemu-riscv64"
+          TEST_PY_TEST_SPEC="not sleep"
+          QEMU_TARGET="riscv64-softmmu"
+          BUILDMAN="^qemu-riscv64$"
+          TOOLCHAIN="riscv"
     - name: "test/py qemu-x86"
       env:
         - TEST_PY_BD="qemu-x86"
--
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig
  2019-07-18  4:33 [U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig Heinrich Schuchardt
@ 2019-08-02 22:06 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-08-02 22:06 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 18, 2019 at 06:33:58AM +0200, Heinrich Schuchardt wrote:

> Run the Python tests on the RISC-V architecture too.
> 
> https://github.com/swarren/uboot-test-hooks has already been updated.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190802/e337a68a/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-02 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-18  4:33 [U-Boot] [PATCH 1/1] travis.yml: run Python tests on qemu-riscv64_defconfig Heinrich Schuchardt
2019-08-02 22:06 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.