[ovs-git] [openvswitch/ovs] e88b97: travis: Use container infrastructure.

GitHub noreply at github.com
Tue Sep 29 12:37:42 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e88b97cbbec3497a2272ace805255d1c87230743
      https://github.com/openvswitch/ovs/commit/e88b97cbbec3497a2272ace805255d1c87230743
  Author: Daniele Di Proietto <diproiettod at vmware.com>
  Date:   2015-09-29 (Tue, 29 Sep 2015)

  Changed paths:
    M .travis.yml
    M .travis/prepare.sh

  Log Message:
  -----------
  travis: Use container infrastructure.

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

Also, since we're building DPDK with vhost-user (not vhost-cuse),
libfuse-dev is not needed anymore.

Tested-at: https://travis-ci.org/ddiproietto/ovs/builds/81764972

Signed-off-by: Daniele Di Proietto <diproiettod at vmware.com>
CC: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list