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 <estesp@amazon.com>
(cherry picked from commit 9ca6a7ee0aa0ea8added551dd16e00b2102fdea4)
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Phil Estes 2025-04-16 16:14:00 -04:00 committed by Derek McGowan
parent b4a53e8264
commit 58b715ad8d
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -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