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:
Akihiro Suda
2020-10-28 20:13:19 +09:00
parent 0a097615c0
commit 9403afd75c
+1
View File
@@ -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'