qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, philmd@redhat.com, alex.bennee@linaro.org
Subject: [RFC PATCH 0/6] Travis: Change default environment to Ubuntu Bionic
Date: Mon, 17 Feb 2020 15:16:03 -0500	[thread overview]
Message-ID: <20200217201609.788825-1-wainersm@redhat.com> (raw)

Most of the Travis jobs currently run on Ubuntu 16.04 (Xenial),
and some are already using 18.04 (Bionic). Other job will [1]
need the swap very soon. On Travis's Bionic environment it is
allowed the use of nested virtualization, so some tests relying
on kvm can be executed (currently they are skipped).

There is one problem [2] with libssh-dev on Ubuntu Bionic
though. Considering that, on this series I simply does not install it,
so QEMU is built without libssh support. I don't think this is
an impediment for this change anyway, if there is a need to test libssh
support we can add a single Xenial-based job for that.

This series was tested on [3]. The following jobs are intermittently
failing, I ran 3x each:

'GCC check-acceptance': 1 (Interrupted test)
'GCC plugins check-tcg (user)': 1 (job timeout)
'GCC check-tcg (some-softmmu)': 2 (docker OCI runtime start failed)
'GCC plugins check-tcg (some-softmmu)':  1 (OCI runtime start failed)

I've seen [4] those errors related with docker OCI on Xenial too.

Thanks!
- wainer

REFERENCES
[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg677078.html
[2] https://bugs.launchpad.net/qemu/+bug/1838763
[3] https://travis-ci.org/wainersm/qemu/builds/651549376
[4] https://travis-ci.org/qemu/qemu/builds/651506018

Wainer dos Santos Moschetta (6):
  travis.yml: Bump default environment to Ubuntu Bionic
  travis.yml: Fix 'GCC9 with sanitizers' job on Ubuntu Bionic
  travis.yml: Fix 'GCC check-acceptance' job on Ubuntu Bionic
  travis.yml: Fix 'Clang (main-softmmu)' job on Ubuntu Bionic
  travis.yml: Run '[ppc64] GCC check-tcg' job on Ubuntu Bionic
  travis.yml: Run '[aarch64] GCC check-tcg' job on Ubuntu Bionic

 .travis.yml | 79 ++++++++++-------------------------------------------
 1 file changed, 14 insertions(+), 65 deletions(-)

-- 
2.24.1



             reply	other threads:[~2020-02-17 20:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-17 20:16 Wainer dos Santos Moschetta [this message]
2020-02-17 20:16 ` [RFC PATCH 1/6] travis.yml: Bump default environment to Ubuntu Bionic Wainer dos Santos Moschetta
2020-02-17 20:16 ` [RFC PATCH 2/6] travis.yml: Fix 'GCC9 with sanitizers' job on " Wainer dos Santos Moschetta
2020-02-17 20:16 ` [RFC PATCH 3/6] travis.yml: Fix 'GCC check-acceptance' " Wainer dos Santos Moschetta
2020-02-17 20:16 ` [RFC PATCH 4/6] travis.yml: Fix 'Clang (main-softmmu)' " Wainer dos Santos Moschetta
2020-02-17 20:16 ` [RFC PATCH 5/6] travis.yml: Run '[ppc64] GCC check-tcg' " Wainer dos Santos Moschetta
2020-02-17 20:16 ` [RFC PATCH 6/6] travis.yml: Run '[aarch64] " Wainer dos Santos Moschetta

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=20200217201609.788825-1-wainersm@redhat.com \
    --to=wainersm@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=fam@euphon.net \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).