qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 4/4] .travis.yml: reduce the load on [ppc64] GCC check-tcg


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v1 4/4] .travis.yml: reduce the load on [ppc64] GCC check-tcg
Date: Fri, 1 May 2020 14:23:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 5/1/20 1:15 PM, Alex Bennée wrote:
This seems to be timing out quite often and occasionally running out
of disk space. Relegate it to light duties.

Signed-off-by: Alex Bennée <address@hidden>
---
  .travis.yml | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 49267b73b3..fe708792ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -458,7 +458,7 @@ jobs:
            - genisoimage
        env:
          - TEST_CMD="make check check-tcg V=1"
-        - CONFIG="--disable-containers 
--target-list=${MAIN_SOFTMMU_TARGETS},ppc64le-linux-user"
+        - CONFIG="--disable-containers 
--target-list=ppc64-softmmu,ppc64le-linux-user"

Cc'ing David, since I'm not sure about this one... Maybe split as we did with other jobs?

- name: "[s390x] GCC check-tcg"
        arch: s390x





reply via email to

[Prev in Thread] Current Thread [Next in Thread]