File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 5858 integration_fs_script : |
5959 ssh -tt default "sudo -i make -C /vagrant localintegration"
6060 integration_systemd_rootless_script : |
61- if [ $DISTRO == centos7 ]; then
62- echo "SKIP: integration_systemd_rootless_script requires cgroup v2"
63- else
64- ssh -tt default "sudo -i make -C /vagrant localrootlessintegration RUNC_USE_SYSTEMD=yes"
65- fi
61+ ssh -tt default "sudo -i make -C /vagrant localrootlessintegration RUNC_USE_SYSTEMD=yes"
6662 integration_fs_rootless_script : |
67- if [ $DISTRO == centos7 ]; then
68- echo "SKIP: FIXME: integration_fs_rootless_script is skipped because of EPERM on writing cgroup.procs"
69- else
70- ssh -tt default "sudo -i make -C /vagrant localrootlessintegration"
71- fi
63+ ssh -tt default "sudo -i make -C /vagrant localrootlessintegration"
7264
7365task :
7466 timeout_in : 30m
You can’t perform that action at this time.
0 commit comments