qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Fam Zheng" <fam@euphon.net>,
	"Daniel P. Berrange" <berrange@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Stefan Berger" <stefanb@linux.vnet.ibm.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	"Emilio G. Cota" <cota@braap.org>,
	"Stefan Hajnoczi" <stefanha@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Ed Maste" <emaste@freebsd.org>, "Li-Wen Hsu" <lwhsu@freebsd.org>,
	"Aurelien Jarno" <aurelien@aurel32.net>
Subject: Re: [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build
Date: Thu, 24 Oct 2019 11:54:59 +0100	[thread overview]
Message-ID: <87imoemn0c.fsf@linaro.org> (raw)
In-Reply-To: <CAFEAcA9jeb_KBy9jMrFoY9=fp0+7YqNU8WrhRr7zxAk308MFXQ@mail.gmail.com>


Peter Maydell <peter.maydell@linaro.org> writes:

> On Tue, 22 Oct 2019 at 20:20, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> The MacOS build can time out on Cirrus running to almost an hour.
>> Reduce the scope to the historical MacOS architectures much the same
>> way we do on Travis.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>>  .cirrus.yml | 3 ++-
>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/.cirrus.yml b/.cirrus.yml
>> index 8326a3a4b16..4b042c0e12c 100644
>> --- a/.cirrus.yml
>> +++ b/.cirrus.yml
>> @@ -1,5 +1,6 @@
>>  env:
>>    CIRRUS_CLONE_DEPTH: 1
>> +  MACOS_ARCHES: i386-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,x86_64-softmmu
>
> I don't know whether Cirrus is our long-term plan for doing
> CI of OSX (maybe we'll be using Gitlab and some runner on an
> OSX platform??), but as a general point: since OSX is one of
> the non-Linux hosts it's therefore worth making sure our
> compile-coverage is as wide as possible, not narrow. It's
> safe(r) to have narrow coverage of x86-Linux because people
> catch issues with that anyway, but it's exactly the less
> common platforms like OSX, the BSDs, odd architectures that
> we want to be compile/make-check testing as much of our code
> as possible.

OK I can drop the patch. It seems the long builds are just a random
pause that occasionally happens on their MacOS host.

>
> thanks
> -- PMM


--
Alex Bennée


  parent reply	other threads:[~2019-10-24 12:07 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 19:16 [PATCH for 4.2 v1 00/19] testing/next before softfreeze Alex Bennée
2019-10-22 19:16 ` [PATCH v1 01/19] travis.yml: reduce scope of the --enable-debug build Alex Bennée
2019-10-22 19:16 ` [PATCH v1 02/19] travis.yml: Add libvdeplug-dev to compile-test net/vde.c Alex Bennée
2019-10-22 19:16 ` [PATCH v1 03/19] travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image Alex Bennée
2019-10-22 19:16 ` [PATCH v1 04/19] travis.yml: Use newer version of libgnutls and libpng Alex Bennée
2019-10-22 19:16 ` [PATCH v1 05/19] travis.yml: Fix the ccache lines Alex Bennée
2019-10-23 11:27   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 06/19] travis.yml: Test the release tarball Alex Bennée
2019-10-22 19:16 ` [PATCH v1 07/19] cirrus.yml: reduce scope of MacOS build Alex Bennée
2019-10-23  7:27   ` Thomas Huth
2019-10-23 10:07     ` Alex Bennée
2019-10-24  8:52       ` Alex Bennée
2019-10-24  9:02   ` Peter Maydell
2019-10-24  9:16     ` Paolo Bonzini
2019-10-24 10:54     ` Alex Bennée [this message]
2019-10-22 19:16 ` [PATCH v1 08/19] travis.yml: bump Xcode 10 to latest dot release Alex Bennée
2019-10-23 11:31   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 09/19] cirrus.yml: add latest Xcode build target Alex Bennée
2019-10-22 19:16 ` [PATCH v1 10/19] tests/vm: netbsd autoinstall, using serial console Alex Bennée
2019-10-22 19:16 ` [PATCH v1 11/19] tests/vm: Let subclasses disable IPv6 Alex Bennée
2019-10-22 19:16 ` [PATCH v1 12/19] tests/vm/netbsd: Disable IPv6 Alex Bennée
2019-10-22 19:16 ` [PATCH v1 13/19] travis.yml: cache the clang sanitizer build Alex Bennée
2019-10-23 12:14   ` Philippe Mathieu-Daudé
2019-10-22 19:16 ` [PATCH v1 14/19] iotests: remove 'linux' from default supported platforms Alex Bennée
2019-10-22 19:17 ` [PATCH v1 15/19] iotests: Test 041 only works on certain systems Alex Bennée
2019-10-23 12:15   ` Philippe Mathieu-Daudé
2019-10-22 19:17 ` [PATCH v1 16/19] iotests: Test 183 does not work on macOS and OpenBSD Alex Bennée
2019-10-23 12:17   ` Philippe Mathieu-Daudé
2019-10-22 19:17 ` [PATCH v1 17/19] iotests: Skip "make check-block" if QEMU does not support virtio-blk Alex Bennée
2019-10-22 19:17 ` [PATCH v1 18/19] iotests: Enable more tests in the 'auto' group to improve test coverage Alex Bennée
2019-10-22 19:17 ` [PATCH v1 19/19] iotests: Remove 130 from the "auto" group Alex Bennée
2019-10-22 21:17 ` [PATCH for 4.2 v1 00/19] testing/next before softfreeze Alex Bennée
2019-10-23  7:20 ` Thomas Huth
2019-10-23 10:19   ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87imoemn0c.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=aurelien@aurel32.net \
    --cc=berrange@redhat.com \
    --cc=cota@braap.org \
    --cc=emaste@freebsd.org \
    --cc=f4bug@amsat.org \
    --cc=fam@euphon.net \
    --cc=lwhsu@freebsd.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=stefanb@linux.vnet.ibm.com \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).