On 11/25/20 3:57 PM, Ilya Maximets wrote: > Version 2: > - Added fix for dpdk-dir cache. We should not use 'native' machine. > - Enhanced generarion of cache key. > - ubuntu-latest changed to ubuntu-18.04 to avoid surprises. > - Added patch to remove non-ARM builds from Travis CI.
Build example: https://github.com/igsilya/ovs/actions/runs/383339979 > > Ilya Maximets (3): > ci: Don't use 'native' machine for DPDK cache. > github: Add GitHub Actions workflow. > travis: Keep only arm64 builds. > > {.travis => .ci}/linux-build.sh | 4 + > {.travis => .ci}/linux-prepare.sh | 13 +- > {.travis => .ci}/osx-build.sh | 0 > {.travis => .ci}/osx-prepare.sh | 0 > .github/workflows/build-and-test.yml | 194 ++++++++++++++++++ > .travis.yml | 33 +-- > .../contributing/submitting-patches.rst | 9 +- > Makefile.am | 9 +- > NEWS | 2 + > README.rst | 2 + > 10 files changed, 222 insertions(+), 44 deletions(-) > rename {.travis => .ci}/linux-build.sh (97%) > rename {.travis => .ci}/linux-prepare.sh (72%) > rename {.travis => .ci}/osx-build.sh (100%) > rename {.travis => .ci}/osx-prepare.sh (100%) > create mode 100644 .github/workflows/build-and-test.yml > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
