Comment 6 for bug 1883601

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.opendev.org/735799
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d0860588957730b97fe3ebbefa77c6421da45adc
Submitter: Zuul
Branch: master

commit d0860588957730b97fe3ebbefa77c6421da45adc
Author: Jakub Libosvar <email address hidden>
Date: Tue Jun 16 10:07:49 2020 +0200

    ovn: Use newer OVS

    OVS tag v2.13.0 is not compatible with current used kernel on upstream
    Bionic Ubuntu kernel 4.15.0. This patch sticks to commit hash to unblock
    the gate. We can either change to newer 2.13 tag once released or better
    stop compiling OVS and use one packaged by Ubuntu.

    Run functional/fullstack tests with selected OVN and OVS versions

    Previously for functional tests OVS version was hardcoded - v2.12.0,
    and OVN was installed from OVS repository.

    After we merged OVN driver to Neutron tree we run both
    Neutron/OVS and Neutron/OVN functional tests in one job.

    This patch adds possibility to specify from which tag/branch OVS and OVN
    should be checkout.

    Change-Id: I83688031951b97bfe64f3aaa761ad7afc1d5ea55
    Closes-Bug: #1883601
    Closes-Bug: #1878160