Skip to content

Commit 6296856

Browse files
committed
ci: don't fail CI if criu-dev test fails
In view of recent criu-dev failure, let's not fail the required "all-done" job when criu-dev tests fail. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 36667a3 commit 6296856

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)