diff mbox series

[v2] travis: the xcode10 image seems to be hosed

Message ID 20190220105131.23479-1-pbonzini@redhat.com
State New
Headers show
Series [v2] travis: the xcode10 image seems to be hosed | expand

Commit Message

Paolo Bonzini Feb. 20, 2019, 10:51 a.m. UTC
It fails to install homebrew.  Unfortunately we cannot mark
it as an expected failure because Travis does not match
allow_failures rows against include rows (only against the
main test matrix, which we do not use at all), so just disable
it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .travis.yml | 15 ---------------
 1 file changed, 15 deletions(-)

Comments

Alex Bennée Feb. 20, 2019, 11:34 a.m. UTC | #1
Paolo Bonzini <pbonzini@redhat.com> writes:

> It fails to install homebrew.  Unfortunately we cannot mark
> it as an expected failure because Travis does not match
> allow_failures rows against include rows (only against the
> main test matrix, which we do not use at all), so just disable
> it.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Queued to testing/next (merged with v1), thanks.

> ---
>  .travis.yml | 15 ---------------
>  1 file changed, 15 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index a7ab72b43b..866a1872b1 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -174,13 +174,6 @@ matrix:
>        compiler: clang
>
>
> -    - env:
> -        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
> -      os: osx
> -      osx_image: xcode10
> -      compiler: clang
> -
> -
>      # Python builds
>      - env:
>          - CONFIG="--target-list=x86_64-softmmu"
> @@ -254,11 +247,3 @@ matrix:
>      - env:
>          - CONFIG="--disable-system"
>          - TEST_CMD="make -j3 check-tcg V=1"
> -
> -
> -  allow_failures:
> -    - env:
> -        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
> -      os: osx
> -      osx_image: xcode10
> -      compiler: clang


--
Alex Bennée
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index a7ab72b43b..866a1872b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -174,13 +174,6 @@  matrix:
       compiler: clang
 
 
-    - env:
-        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
-      os: osx
-      osx_image: xcode10
-      compiler: clang
-
-
     # Python builds
     - env:
         - CONFIG="--target-list=x86_64-softmmu"
@@ -254,11 +247,3 @@  matrix:
     - env:
         - CONFIG="--disable-system"
         - TEST_CMD="make -j3 check-tcg V=1"
-
-
-  allow_failures:
-    - env:
-        - CONFIG="--target-list=i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu"
-      os: osx
-      osx_image: xcode10
-      compiler: clang