mirror of
https://github.com/moby/moby.git
synced 2026-06-30 19:58:03 +00:00
Running the entire integration test suite in a VM is very long and takes almost an hour. Combined with flaky tests this puts heavy burden on the CI resources. Since the primary purpose of the VM tests is to validate cgroup v1 functionality (using Oracle Linux 8), make it only run integration packages that contain cgroup-specific test coverage. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>