Skip to content

Commit 9403afd

Browse files
committed
CI: Fedora 33: print kernel version, systemd version, and rootfs type
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 0a09761 commit 9403afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- ln -sf Vagrantfile.fedora33 Vagrantfile
2828
- sudo vagrant up && sudo mkdir -p /root/.ssh && sudo sh -c "vagrant ssh-config >> /root/.ssh/config"
2929
script:
30+
- sudo ssh default 'sh -exc "uname -a && systemctl --version && df -T"'
3031
- sudo ssh default -t 'cd /vagrant && sudo make localunittest'
3132
# cgroupv2+systemd: test on vagrant host itself as we need systemd
3233
- sudo ssh default -t 'cd /vagrant && sudo make localintegration RUNC_USE_SYSTEMD=yes'

0 commit comments

Comments
 (0)