Skip to content

Commit 64b3fe9

Browse files
author
Mrunal Patel
authored
Merge pull request opencontainers#3117 from kolyshkin/cirrus-nit
ci/cirrus: remove unused code
2 parents c9b8b4f + e06465a commit 64b3fe9

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)