Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/k8s-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ jobs:
# to inconsistent timing
docker pull ${{ env.COLLECTOR_IMAGE }}

- name: Disable Docker containerd snapshotter
run: |
# Workaround for Docker v29 containerd snapshotter issue with kind
# See: https://github.com/kubernetes-sigs/kind/issues/4066
echo '{"features": {"containerd-snapshotter": false}}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker

- name: Run tests
run: |
ansible-playbook \
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
exclude: "optionparser.h"

- repo: https://github.com/rhysd/actionlint.git
rev: "v1.6.22"
rev: "v1.7.10"
hooks:
- id: actionlint

Expand Down
Loading