Philippe Mathieu-Daudé <phi...@redhat.com> writes:
> 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 <alex.ben...@linaro.org> >> --- >> .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? We could do but it lengthens the run even more. Having ppc64le-linux-user ensures we exercise the majority of the TCG code generator so I think the only area we aren't covering is the PPC TCG softmmu backend. We could add another softmmu target but I didn't want to play favourites. > >> - name: "[s390x] GCC check-tcg" >> arch: s390x >> -- Alex Bennée