Skip to content

Commit

Permalink
Disable IPv6 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Nov 13, 2024
1 parent 52fd367 commit 4020182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ set -euxo pipefail
# It expects all required packages (kube*, cri-o) are already installed
# It is referenced from ../deb/Vagrantfile and ../rpm/Vagrantfile

# Disable IPv6 for CI
CNI_CONFIG=/etc/cni/net.d/10-crio-bridge.conflist
jq 'del(.plugins[0].ipam.routes[1], .plugins[0].ipam.ranges[1])' $CNI_CONFIG >tmp
mv tmp $CNI_CONFIG

systemctl start crio

# Disable swap
Expand Down

0 comments on commit 4020182

Please sign in to comment.