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

Ilya Maximets i.maximets at ovn.org
Thu Nov 26 12:29:19 UTC 2020


These patches are similar to patches for master branch, but there are
more changes in testing matrix, no jobs and steps related to debian
packaging.  Also, second patch completely removes Travis CI, since
we have no ARM builds on this branch.

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          | 154 ++++++++++++++++++
 .travis.yml                                   |  63 -------
 .../contributing/submitting-patches.rst       |   8 +-
 Documentation/topics/testing.rst              |  44 +----
 Makefile.am                                   |  10 +-
 README.rst                                    |   4 +-
 10 files changed, 172 insertions(+), 111 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