mbox series

[0/6] Update Travis from Xenial to Bionic and Focal

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

Message

Thomas Huth Sept. 18, 2020, 10:34 a.m. UTC
According to our support policy, we do not support Xenial anymore.
Time to switch the Travis jobs to Focal or Bionic instead now.

Paolo Bonzini (2):
  meson: move libudev test
  meson: move libmpathpersist test

Thomas Huth (4):
  migration: Silence compiler warning in global_state_store_running()
  travis.yml: Drop the default softmmu builds
  travis.yml: Update Travis to use Bionic and Focal instead of Xenial
  travis.yml: Drop the superfluous Python 3.6 build

 .travis.yml              | 46 ++++++--------------
 configure                | 91 ++--------------------------------------
 meson.build              | 85 +++++++++++++++++++++++++++++++++----
 meson_options.txt        |  2 +
 migration/global_state.c |  4 +-
 5 files changed, 97 insertions(+), 131 deletions(-)

Comments

Paolo Bonzini Sept. 18, 2020, 12:51 p.m. UTC | #1
On 18/09/20 12:34, Thomas Huth wrote:
> According to our support policy, we do not support Xenial anymore.

> Time to switch the Travis jobs to Focal or Bionic instead now.

> 

> Paolo Bonzini (2):

>   meson: move libudev test

>   meson: move libmpathpersist test


Can you skip these since I'm going to send a pull request today?

Paolo
Thomas Huth Sept. 18, 2020, 12:54 p.m. UTC | #2
On 18/09/2020 14.51, Paolo Bonzini wrote:
> On 18/09/20 12:34, Thomas Huth wrote:

>> According to our support policy, we do not support Xenial anymore.

>> Time to switch the Travis jobs to Focal or Bionic instead now.

>>

>> Paolo Bonzini (2):

>>   meson: move libudev test

>>   meson: move libmpathpersist test

> 

> Can you skip these since I'm going to send a pull request today?


Sure, I don't expect my patches to be part of a pull-request very soon
anyway (they need some reviews first).

 Thomas
Alex Bennée Sept. 21, 2020, 6:46 p.m. UTC | #3
Thomas Huth <thuth@redhat.com> writes:

> According to our support policy, we do not support Xenial anymore.

> Time to switch the Travis jobs to Focal or Bionic instead now.


Queued to testing/next, thanks.

>

> Paolo Bonzini (2):

>   meson: move libudev test

>   meson: move libmpathpersist test

>

> Thomas Huth (4):

>   migration: Silence compiler warning in global_state_store_running()

>   travis.yml: Drop the default softmmu builds

>   travis.yml: Update Travis to use Bionic and Focal instead of Xenial

>   travis.yml: Drop the superfluous Python 3.6 build

>

>  .travis.yml              | 46 ++++++--------------

>  configure                | 91 ++--------------------------------------

>  meson.build              | 85 +++++++++++++++++++++++++++++++++----

>  meson_options.txt        |  2 +

>  migration/global_state.c |  4 +-

>  5 files changed, 97 insertions(+), 131 deletions(-)



-- 
Alex Bennée