[ovs-dev] [RFC] travis: Use container infrastructure.

Daniele Di Proietto diproiettod at vmware.com
Tue Sep 29 12:38:05 UTC 2015



On 29/09/2015 04:27, "Ben Pfaff" <blp at nicira.com> wrote:

>On Mon, Sep 28, 2015 at 07:36:37PM +0100, Daniele Di Proietto wrote:
>> Recently some testcases have been failing in travis because of a warning
>> related to the use of an L3 device (OpenVZ specific) inside the workers.
>> 
>> To get travis tests working again we can move to the newer container
>> infrastructure: this commit does that.
>> 
>> The disadvantage is that there's no sudo access anymore, but we can
>> install packages with the apt plugin, and we shouldn't use root for
>> anything else
>> 
>> Tested-at: 
>>https://urldefense.proofpoint.com/v2/url?u=https-3A__travis-2Dci.org_ddip
>>roietto_ovs_builds_81764972&d=BQIBAg&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihV
>>MNtXt-uEs&r=SmB5nZacmXNq0gKCC1s_Cw5yUNjxgD4v5kJqZ2uWLlE&m=QeUKoyj1YsLlESX
>>xWMv0xncsou1lw7ZLEXBukpfcZ78&s=OLVuPkawS-E2GCPE73jlN5INih9Y1uRyE3-NPzk150
>>c&e= 
>> Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
>>
>
>Thanks for doing this!
>
>This seems to stop installing libfuse-dev in the DPDK case.  Does that
>break anything?

It was needed for vhost-cuse, but since we're building with vhost-user
it is not necessary anymore.

I've added an explanation in the commit message

>
>But since you work with DPDK I'll assume you know what you're doing:
>
>Acked-by: Ben Pfaff <blp at nicira.com>

Thanks for the review!

I pushed this to master




More information about the dev mailing list