mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
c1ef0cf62c
This is Ubuntu 20.04 so cgroup v1 testing only :( The upside is, it's pretty fast (currently all the tests finish within 5 minutes). rootless tests take longer time so we run them in parallel with non-rootless ones. Also, to balance the time, we run unit tests when rootless is not set. IOW, 'rootless' in job name means it's only rootless integration tests, and no rootless means it's unit tests, integration tests with fs driver, and integration tests with systemd driver. Note, `script` is used to run integration tests to provide a tty (which by default is not available on gh actions). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>