Skip to content

Commit 61b2099

Browse files
committed
ci: workaround k8s bootstrap issue with containerd in release flow
1 parent bed2bd9 commit 61b2099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
100100
- name: Run integration tests
101101
run: |
102+
sudo apt-get remove -y docker-ce docker-ce-cli containerd.io
103+
sudo rm -rf /run/containerd
102104
spread -v "github-ci:ubuntu-24.04:tests/${{ matrix.suite }}"
103105
104106
release:

0 commit comments

Comments
 (0)