diff mbox series

[4/6] travis.yml: Drop the default softmmu builds

Message ID 20200918103430.297167-5-thuth@redhat.com
State New
Headers show
Series Update Travis from Xenial to Bionic and Focal | expand

Commit Message

Thomas Huth Sept. 18, 2020, 10:34 a.m. UTC
The total runtime of all Travis jobs is very long and we are testing
all softmmu targets in the gitlab-CI already - so we can speed up the
Travis testing a little bit by not testing the softmmu targets here
anymore.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .travis.yml | 14 --------------
 1 file changed, 14 deletions(-)

Comments

Cleber Rosa Sept. 21, 2020, 8:40 p.m. UTC | #1
On Fri, Sep 18, 2020 at 12:34:28PM +0200, Thomas Huth wrote:
> The total runtime of all Travis jobs is very long and we are testing

> all softmmu targets in the gitlab-CI already - so we can speed up the

> Travis testing a little bit by not testing the softmmu targets here

> anymore.

> 

> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>

> Acked-by: Alex Bennée <alex.bennee@linaro.org>

> Acked-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> Signed-off-by: Thomas Huth <thuth@redhat.com>

> ---

>  .travis.yml | 14 --------------

>  1 file changed, 14 deletions(-)

>


Reviewed-by: Cleber Rosa <crosa@redhat.com>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index c75221dca3..1fc49b0746 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,20 +123,6 @@  jobs:
         - CONFIG="--disable-system --static"
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
 
-
-    # we split the system builds as it takes a while to build them all
-    - name: "GCC (main-softmmu)"
-      env:
-        - CONFIG="--disable-user --target-list=${MAIN_SOFTMMU_TARGETS}"
-        - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
-
-
-    - name: "GCC (other-softmmu)"
-      env:
-       - CONFIG="--disable-user --target-list-exclude=${MAIN_SOFTMMU_TARGETS}"
-        - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
-
-
     # Just build tools and run minimal unit and softfloat checks
     - name: "GCC check-unit and check-softfloat"
       env: