[ovs-dev] [PATCH branch-2.9 0/2] GitHub Actions integration and Travis CI update.

Ilya Maximets i.maximets at ovn.org
Thu Nov 26 12:49:20 UTC 2020


These patches are similar to patches for branch-2.11 with some changes to the
test matrix.

We do not need fix for ovsdb-cluster tests here as issue was introduced
in 2.10.

With updates in the test matrix and changes in documentation parts (on earlier
branches we have .md docs instead of .rst) this patch-set could be backported
down to branch-2.5.

Ilya Maximets (2):
  github: Add GitHub Actions workflow.
  travis: Remove support for Travis CI.

 {.travis => .ci}/linux-build.sh               |   0
 {.travis => .ci}/linux-prepare.sh             |   0
 {.travis => .ci}/osx-build.sh                 |   0
 {.travis => .ci}/osx-prepare.sh               |   0
 .github/workflows/build-and-test.yml          | 141 ++++++++++++++++++
 .travis.yml                                   |  52 -------
 .../contributing/submitting-patches.rst       |   8 +-
 Documentation/topics/testing.rst              |  44 +-----
 Makefile.am                                   |  10 +-
 README.rst                                    |   4 +-
 10 files changed, 159 insertions(+), 100 deletions(-)
 rename {.travis => .ci}/linux-build.sh (100%)
 rename {.travis => .ci}/linux-prepare.sh (100%)
 rename {.travis => .ci}/osx-build.sh (100%)
 rename {.travis => .ci}/osx-prepare.sh (100%)
 create mode 100644 .github/workflows/build-and-test.yml
 delete mode 100644 .travis.yml

-- 
2.25.4



More information about the dev mailing list