Skip to content

Commit

Permalink
[test] ci/cirrus: debug t failures on CS9
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Mar 21, 2023
1 parent efad7a3 commit dccfd01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ task:
centos-stream-9)
dnf config-manager --set-enabled crb # for glibc-static
dnf -y install epel-release epel-next-release # for fuse-sshfs
dnf -y update
;;
esac
# Work around dnf mirror failures by retrying a few times.
Expand Down Expand Up @@ -158,8 +159,6 @@ task:
/home/runc/script/check-config.sh
unit_tests_script: |
ssh -tt localhost "make -C /home/runc localunittest"
integration_systemd_script: |
ssh -tt localhost "make -C /home/runc localintegration RUNC_USE_SYSTEMD=yes"
integration_fs_script: |
ssh -tt localhost "make -C /home/runc localintegration"
integration_systemd_rootless_script: |
Expand All @@ -173,3 +172,5 @@ task:
ssh -tt localhost "make -C /home/runc localrootlessintegration"
;;
esac
integration_systemd_script: |
ssh -tt localhost "make -C /home/runc localintegration RUNC_USE_SYSTEMD=yes"

0 comments on commit dccfd01

Please sign in to comment.