Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-27 Thread Philippe Mathieu-Daudé
On 1/24/20 8:55 PM, Wainer dos Santos Moschetta wrote: On 1/24/20 7:54 AM, Philippe Mathieu-Daudé wrote: On 1/24/20 10:44 AM, Thomas Huth wrote: On 24/01/2020 10.38, Philippe Mathieu-Daudé wrote: On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Some acceptance tests require KVM or they

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-27 Thread Thomas Huth
On 24/01/2020 22.15, Wainer dos Santos Moschetta wrote: > > On 1/22/20 7:22 AM, Thomas Huth wrote: >> On 22/01/2020 02.27, Wainer dos Santos Moschetta wrote: >>> Some acceptance tests require KVM or they are skipped. Travis >>> enables nested virtualization by default with Ubuntu >>> 18.04 (Bionic

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-24 Thread Wainer dos Santos Moschetta
On 1/22/20 7:22 AM, Thomas Huth wrote: On 22/01/2020 02.27, Wainer dos Santos Moschetta wrote: Some acceptance tests require KVM or they are skipped. Travis enables nested virtualization by default with Ubuntu 18.04 (Bionic) on x86_64. So in order to run the kvm tests, this changed the accepta

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-24 Thread Wainer dos Santos Moschetta
On 1/24/20 7:54 AM, Philippe Mathieu-Daudé wrote: On 1/24/20 10:44 AM, Thomas Huth wrote: On 24/01/2020 10.38, Philippe Mathieu-Daudé wrote: On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Some acceptance tests require KVM or they are skipped. Travis enables nested virtualization by d

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-24 Thread Philippe Mathieu-Daudé
On 1/24/20 10:44 AM, Thomas Huth wrote: On 24/01/2020 10.38, Philippe Mathieu-Daudé wrote: On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Some acceptance tests require KVM or they are skipped. Travis enables nested virtualization by default with Ubuntu 18.04 (Bionic) on x86_64. So in or

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-24 Thread Thomas Huth
On 24/01/2020 10.38, Philippe Mathieu-Daudé wrote: > On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: >> Some acceptance tests require KVM or they are skipped. Travis >> enables nested virtualization by default with Ubuntu >> 18.04 (Bionic) on x86_64. So in order to run the kvm tests, this >>

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-24 Thread Philippe Mathieu-Daudé
On 1/22/20 2:27 AM, Wainer dos Santos Moschetta wrote: Some acceptance tests require KVM or they are skipped. Travis enables nested virtualization by default with Ubuntu 18.04 (Bionic) on x86_64. So in order to run the kvm tests, this changed the acceptance builder to run in a Bionic VM. Also it

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-22 Thread Thomas Huth
On 22/01/2020 02.27, Wainer dos Santos Moschetta wrote: > Some acceptance tests require KVM or they are skipped. Travis > enables nested virtualization by default with Ubuntu > 18.04 (Bionic) on x86_64. So in order to run the kvm tests, this > changed the acceptance builder to run in a Bionic VM. A

Re: [PATCH v3 4/4] travis.yml: Enable acceptance KVM tests

2020-01-22 Thread Thomas Huth
On 22/01/2020 02.27, Wainer dos Santos Moschetta wrote: > Some acceptance tests require KVM or they are skipped. Travis > enables nested virtualization by default with Ubuntu > 18.04 (Bionic) on x86_64. So in order to run the kvm tests, this > changed the acceptance builder to run in a Bionic VM. A