This series includes the following changes: - Fix debian packaging; make it more hermetic. - Build debian packages via GitHub Actions. - Other minor CI improvements.
You can find the result of the GitHub Actions workflow for this series here: https://github.com/booxter/ovn/actions/runs/22190609192/job/64176993386 v1: initial version. v2: dropped ARM GitHub workflows; dropped adding more test-only deps. Ihar Hrachyshka (6): debian: Configure ovs submodule during build. debian: Don't run unstable tests. github: Add debian packaging workflow. github: Disable Microsoft apt repos. ci: Make linux-util.sh posix compliant. ci: Remove redundant shebang from linux-util.sh. .ci/linux-util.sh | 12 ++-- .github/actions/prepare-apt/action.yaml | 14 ++++ .github/workflows/containers.yml | 2 +- .../workflows/ovn-fake-multinode-tests.yml | 14 ++-- .github/workflows/ovn-kubernetes.yml | 4 +- .github/workflows/ovn-upgrade-tests.yml | 11 +-- .github/workflows/test.yml | 68 +++++++++++++++++-- Makefile.am | 1 + debian/rules | 8 ++- 9 files changed, 107 insertions(+), 27 deletions(-) create mode 100644 .github/actions/prepare-apt/action.yaml -- 2.52.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
