public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/4] travis: Remove qemu-riscv64 testing
@ 2020-03-26 16:05 Bin Meng
  2020-03-26 16:05 ` [PATCH 2/4] azure/gitlab: Add qemu-riscv32 testing Bin Meng
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Bin Meng @ 2020-03-26 16:05 UTC (permalink / raw)
  To: u-boot

As of today there is no pre-built UEFI GRUB image for RISC-V 32/64
available on the internet, and with travis-ci we don't build GRUB
images like we do for azure and gitlab.

Remove qemu-riscv64 testing temporarily.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 .travis.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c59bd77..55b94cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -481,13 +481,6 @@ 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.7.4

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

end of thread, other threads:[~2020-03-27  5:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-26 16:05 [PATCH 1/4] travis: Remove qemu-riscv64 testing Bin Meng
2020-03-26 16:05 ` [PATCH 2/4] azure/gitlab: Add qemu-riscv32 testing Bin Meng
2020-03-26 16:05 ` [PATCH 3/4] test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory Bin Meng
2020-03-26 16:05 ` [PATCH 4/4] azure/gitlab: Add RISC-V SPL testing Bin Meng
2020-03-26 16:10 ` [PATCH 1/4] travis: Remove qemu-riscv64 testing Tom Rini
2020-03-27  1:51   ` Bin Meng
2020-03-27  2:01     ` Tom Rini
2020-03-27  2:19       ` Bin Meng
2020-03-27  2:20         ` Tom Rini
2020-03-27  5:19 ` David Abdurachmanov
2020-03-27  5:31   ` Bin Meng
2020-03-27  5:39     ` David Abdurachmanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox