SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

ci: use Testing Farm instead of GH Actions + MacOS + Vagrant #94

Closed WOnder93 closed 1 day ago

WOnder93 commented 1 day ago

The current solution to run a VM on MacOS shared runners using Vagrant is becoming very unreliable and almost always breaks. Replace it with Testing Farm [1], utilizing the "Schedule tests on Testing Farm" GH Action [2].

Advantages:

Disadvantages:

The new CI runs the testsuite on a similar testing matrix as the old one, although it only tests on the latest Fedora version and additionally tests on the aarch64 architecture. It also runs the NFS tests (./tools/nfs.sh), which the old one didn't.

[1] https://testing-farm.io/ [2] https://github.com/marketplace/actions/schedule-tests-on-testing-farm