mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
CI: Fedora 33: print kernel version, systemd version, and rootfs type
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
||||
- ln -sf Vagrantfile.fedora33 Vagrantfile
|
||||
- sudo vagrant up && sudo mkdir -p /root/.ssh && sudo sh -c "vagrant ssh-config >> /root/.ssh/config"
|
||||
script:
|
||||
- sudo ssh default 'sh -exc "uname -a && systemctl --version && df -T"'
|
||||
- sudo ssh default -t 'cd /vagrant && sudo make localunittest'
|
||||
# cgroupv2+systemd: test on vagrant host itself as we need systemd
|
||||
- sudo ssh default -t 'cd /vagrant && sudo make localintegration RUNC_USE_SYSTEMD=yes'
|
||||
|
||||
Reference in New Issue
Block a user