[ovs-build] Failed: numansiddique/ovn#135 (IP_FullIP/v5/p9 - 08db38f)

Travis CI builds at travis-ci.org
Thu May 7 17:20:10 UTC 2020


Build Update for numansiddique/ovn
-------------------------------------

Build: #135
Status: Failed

Duration: 15 mins and 58 secs
Commit: 08db38f (IP_FullIP/v5/p9)
Author: Numan Siddique
Message: I-P: Handle sbrec_chassis changes

When ovn-controller updates the nb_cfg column of its chassis,
this results in full recomputation on all the nodes. This results
in wastage of CPU cycles. To address this, this patch handles
sbrec_chassis changes incrementally.

We don't need to handle any sbrec_chassis changes during runtime_data
stage, because before engine_run() is called, encaps_run() is called
which will handle any chassis/encap changes.

For new chassis addition and deletion, we need to add/delete flows for
the tunnel ports created/deleted. So physical_run() is called for this.

For any chassis updates, we can ignore this for flow computation.

This patch handles all these.

Signed-off-by: Numan Siddique <numans at ovn.org>

View the changeset: https://github.com/numansiddique/ovn/compare/5af304e7478a^...08db38f65c24

View the full build log and details: https://travis-ci.org/github/numansiddique/ovn/builds/684361297?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the numansiddique/ovn repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=24622661&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20200507/0b70a3d1/attachment-0001.html>


More information about the build mailing list