mirror of
https://github.com/moby/moby.git
synced 2026-07-13 11:00:42 +00:00
Commit4e567e16added firewalld to the test matrix for various CI jobs (namely unit, integration and integration-cli). Commit2807c0c2reverted that commit as it was putting too much load on GHA cache, and thus it was returning 429 more frequently, so builds had a greater chance of spending time building everything from scratch. This was slowing down our CI even more than what it was before. This new commit re-adds firewalld to the test matrix of unit, integration and integration-cli jobs. Unlike4e567e16, not all combinations of OS, storage and 'mode' will be tested. Instead, firewalld jobs will run only on ubuntu-22.04, and with the containerd snapshotter. Also, the revert commit mistakenly reverted a fix that was originally intended for commit8883db20, but was actually 'fixed up' in the wrong commit. Let's re-revert that too. Signed-off-by: Albin Kerouanton <albinker@gmail.com>