Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1397 from saschagrunert/criu
Browse files Browse the repository at this point in the history
Add `criu` binary to CRI-O tests
  • Loading branch information
k8s-ci-robot authored Apr 8, 2024
2 parents 8d3e849 + ac2b2f6 commit d42ffd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables -t nat -I POSTROUTING -s 127.0.0.0/8 ! -d 127.0.0.0/8 -j MASQUERADE
# enable criu support
sudo apt-get update
sudo apt-get install -y criu
- name: Install ginkgo
run: |
go install github.com/onsi/ginkgo/v2/ginkgo@latest
Expand Down

0 comments on commit d42ffd4

Please sign in to comment.