Skip to content

Commit ee8f6b6

Browse files
authored
Merge pull request #5012 from kolyshkin/criu-dev-ignore-fails
ci: don't fail CI if criu-dev test fails
2 parents 14cc644 + 5407cfe commit ee8f6b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,11 @@ jobs:
131131
sudo chmod a+X $HOME # for Ubuntu 22.04 and later
132132
133133
- name: integration test (fs driver)
134+
continue-on-error: ${{ matrix.criu != '' }} # Don't let criu-dev errors fail CI.
134135
run: sudo -E PATH="$PATH" script -e -c 'make local${{ matrix.rootless }}integration'
135136

136137
- name: integration test (systemd driver)
138+
continue-on-error: ${{ matrix.criu != '' }} # Don't let criu-dev errors fail CI.
137139
run: |
138140
# Delegate all cgroup v2 controllers to rootless user via --systemd-cgroup.
139141
# The default (since systemd v252) is "pids memory cpu".

0 commit comments

Comments
 (0)