summaryrefslogtreecommitdiff
path: root/Documentation/internals
diff options
context:
space:
mode:
authorDavid Marchand <david.marchand@redhat.com>2022-12-21 18:51:20 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-12-21 20:23:42 +0100
commit9a86a3dd68f054d47e1a93b8dec03d51479554f4 (patch)
tree16bfd1616b229c9bc70d9e27b01b19ee3ba362a4 /Documentation/internals
parentd5469cb743c284461739cb99c686dfbe92ded70c (diff)
downloadopenvswitch-9a86a3dd68f054d47e1a93b8dec03d51479554f4.tar.gz
travis: Drop support.
Following a change in the terms of use, free Travis credits are really too low for a realistic usage by OVS contributors. As a consequence, testing OVS with Travis has been abandoned by most (if not all) contributors to the project. Drop the Travis configuration from our repository, clean references in the documentation and move GHA specifics to the association yml. Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/internals')
-rw-r--r--Documentation/internals/contributing/submitting-patches.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/internals/contributing/submitting-patches.rst b/Documentation/internals/contributing/submitting-patches.rst
index 9d7189827..8a8bc11b0 100644
--- a/Documentation/internals/contributing/submitting-patches.rst
+++ b/Documentation/internals/contributing/submitting-patches.rst
@@ -68,10 +68,9 @@ Testing is also important:
feature. A bug fix patch should preferably add a test that would
fail if the bug recurs.
-If you are using GitHub, then you may utilize the travis-ci.org and the GitHub
-Actions CI build systems. They will run some of the above tests automatically
-when you push changes to your repository. See the "Continuous Integration with
-Travis-CI" in :doc:`/topics/testing` for details on how to set it up.
+If you are using GitHub, then you may utilize the GitHub Actions CI build
+systems. They will run some of the above tests automatically
+when you push changes to your repository.
Email Subject
-------------