From 58b715ad8dd372472f91dec84aec581d35b417c0 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 16 Apr 2025 16:14:00 -0400 Subject: [PATCH] Disable arm64 criu testing in GH Actions Due to current 100% failure rate on arm64 with the current OS image, disable criu testing for now Signed-off-by: Phil Estes (cherry picked from commit 9ca6a7ee0aa0ea8added551dd16e00b2102fdea4) Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3510fe162..19b7ac879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -405,7 +405,9 @@ jobs: script/setup/install-critools script/setup/install-failpoint-binaries - - name: Install criu + # Disable criu testing on arm64 until we can solve the consistent failures of restore testing + - if: matrix.os != 'ubuntu-24.04-arm' + name: Install criu run: | sudo add-apt-repository -y ppa:criu/ppa sudo apt-get update