This series migrates the FreeBSD test builds from Cirrus CI to GitHub Actions, and removes the now-redundant Cirrus CI configuration.
Eelco Chaudron (2): github: Migrate FreeBSD CI from Cirrus CI to GitHub Actions. cirrus: Remove Cirrus CI for running FreeBSD test builds. .ci/freebsd-build.sh | 141 ++++++++++++++++ .ci/freebsd-prepare-image.sh | 154 ++++++++++++++++++ .ci/freebsd-vm.sh | 291 ++++++++++++++++++++++++++++++++++ .cirrus.yml | 34 ---- .github/workflows/freebsd.yml | 160 +++++++++++++++++++ Makefile.am | 5 +- README.rst | 4 +- utilities/checkpatch_dict.txt | 2 + 8 files changed, 754 insertions(+), 37 deletions(-) create mode 100755 .ci/freebsd-build.sh create mode 100755 .ci/freebsd-prepare-image.sh create mode 100755 .ci/freebsd-vm.sh delete mode 100644 .cirrus.yml create mode 100755 .github/workflows/freebsd.yml -- 2.53.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
