From e06465acd4431e6d1e91377fbae002f0800ce904 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 28 Jul 2021 17:21:47 -0700 Subject: [PATCH] ci/cirrus: remove unused code Since commit 9f656dbb11c42 these conditions are not needed. Fixes: 9f656dbb11c42fbe370e12902 Signed-off-by: Kir Kolyshkin --- .cirrus.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 74b7deae4..1d776e3c1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -58,17 +58,9 @@ task: integration_fs_script: | ssh -tt default "sudo -i make -C /vagrant localintegration" integration_systemd_rootless_script: | - if [ $DISTRO == centos7 ]; then - echo "SKIP: integration_systemd_rootless_script requires cgroup v2" - else - ssh -tt default "sudo -i make -C /vagrant localrootlessintegration RUNC_USE_SYSTEMD=yes" - fi + ssh -tt default "sudo -i make -C /vagrant localrootlessintegration RUNC_USE_SYSTEMD=yes" integration_fs_rootless_script: | - if [ $DISTRO == centos7 ]; then - echo "SKIP: FIXME: integration_fs_rootless_script is skipped because of EPERM on writing cgroup.procs" - else - ssh -tt default "sudo -i make -C /vagrant localrootlessintegration" - fi + ssh -tt default "sudo -i make -C /vagrant localrootlessintegration" task: timeout_in: 30m