From ac2b2f6a041b544905202fc009e348df4d302fae Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Mon, 8 Apr 2024 13:32:51 +0200 Subject: [PATCH] Add criu binary to CRI-O tests Signed-off-by: Sascha Grunert --- .github/workflows/crio.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/crio.yml b/.github/workflows/crio.yml index 22466dd2c0..98cff663a6 100644 --- a/.github/workflows/crio.yml +++ b/.github/workflows/crio.yml @@ -50,6 +50,10 @@ jobs: sudo sysctl -w net.ipv4.ip_forward=1 sudo iptables -t nat -I POSTROUTING -s 127.0.0.0/8 ! -d 127.0.0.0/8 -j MASQUERADE + # enable criu support + sudo apt-get update + sudo apt-get install -y criu + - name: Install ginkgo run: | go install github.com/onsi/ginkgo/v2/ginkgo@latest