Skip to content

Commit

Permalink
Disable IPv6 for /plans/provision/virtual in CI
Browse files Browse the repository at this point in the history
As discussed, IPv6 does not work in CI, and adds significant overhead to
testing with testcloud.
  • Loading branch information
happz authored and psss committed Mar 5, 2024
1 parent c1e75f7 commit 45b37c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plans/provision/virtual.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ adjust+:
is-supported: true
memory: ">= 4 GB"
when: trigger == commit

- prepare+:
- name: Disable IPv6
how: shell
script:
- sysctl -w net.ipv6.conf.all.disable_ipv6=1
- sysctl -w net.ipv6.conf.default.disable_ipv6=1
because: Disable IPv6 in CI to avoid IPv6 connections that are disabled in CI
when: trigger == commit

0 comments on commit 45b37c7

Please sign in to comment.