Skip to content

Commit 58b715a

Browse files
estespdmcgowan
authored andcommitted
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 <[email protected]> (cherry picked from commit 9ca6a7e) Signed-off-by: Derek McGowan <[email protected]>
1 parent b4a53e8 commit 58b715a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,9 @@ jobs:
405405
script/setup/install-critools
406406
script/setup/install-failpoint-binaries
407407
408-
- name: Install criu
408+
# Disable criu testing on arm64 until we can solve the consistent failures of restore testing
409+
- if: matrix.os != 'ubuntu-24.04-arm'
410+
name: Install criu
409411
run: |
410412
sudo add-apt-repository -y ppa:criu/ppa
411413
sudo apt-get update

0 commit comments

Comments
 (0)