Skip to content

Commit e06465a

Browse files
committed
ci/cirrus: remove unused code
Since commit 9f656db these conditions are not needed. Fixes: 9f656db Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 1f5f237 commit e06465a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.cirrus.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,9 @@ task:
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
7365
task:
7466
timeout_in: 30m

0 commit comments

Comments
 (0)