Skip to content

Commit f313715

Browse files
committed
Updating github-config
1 parent 11416eb commit f313715

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/create-draft-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
large-packages: false
6464
docker-images: true
6565
swap-storage: true
66+
67+
# Causes errors with integration tests
68+
- name: Disable containerd snapshotter
69+
run: |
70+
echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json
71+
sudo systemctl restart docker
72+
6673
- name: Run Integration Tests
6774
run: ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
6875
env:

0 commit comments

Comments
 (0)