[ovs-dev] [PATCH] travis: Announce travis CI and new build list in NEWS and CONTRIBUTING

Thomas Graf tgraf at noironetworks.com
Mon Sep 1 12:52:13 UTC 2014


Signed-off-by: Thomas Graf <tgraf at noironetworks.com>
---
 CONTRIBUTING | 6 ++++++
 NEWS         | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/CONTRIBUTING b/CONTRIBUTING
index f4d2c97..dfbb171 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -41,6 +41,12 @@ Testing is also important:
         - A patch that modifies xenserver code should be tested on
           XenServer before submission.
 
+If you are using GitHub, then you may utilize the travis-ci.org CI build
+system by linking your GitHub repository to it. This will run some of
+the above tests automatically when you push changes to your repository.
+See the "Continuous Integration with Travis-CI" in the INSTALL file for
+details on how to set it up.
+
 Email Subject
 -------------
 
diff --git a/NEWS b/NEWS
index 5059358..b245359 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ Post-v2.3.0
    - test-controller has been renamed ovs-testcontroller at request of users
      who find it useful for testing basic OpenFlow setups.  It is still not
      a necessary or desirable part of most Open vSwitch deployments.
+   - Support for travis-ci.org based continuous integration builds has been
+     added. Build failures are reported to build at openvswitch.org. See INSTALL
+     file for additional details.
 
 
 v2.3.0 - 14 Aug 2014
-- 
1.9.3




More information about the dev mailing list