We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14cc644 + 5407cfe commit ee8f6b6Copy full SHA for ee8f6b6
.github/workflows/test.yml
@@ -131,9 +131,11 @@ jobs:
131
sudo chmod a+X $HOME # for Ubuntu 22.04 and later
132
133
- name: integration test (fs driver)
134
+ continue-on-error: ${{ matrix.criu != '' }} # Don't let criu-dev errors fail CI.
135
run: sudo -E PATH="$PATH" script -e -c 'make local${{ matrix.rootless }}integration'
136
137
- name: integration test (systemd driver)
138
139
run: |
140
# Delegate all cgroup v2 controllers to rootless user via --systemd-cgroup.
141
# The default (since systemd v252) is "pids memory cpu".
0 commit comments