Skip to content

Commit c297a1b

Browse files
committed
Fix IPv6-related test failures on Travis CI.
1 parent 34c7c57 commit c297a1b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

tests/deployments-rolling.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
- hosts: all
33

4+
vars:
5+
# Added to prevent test failures in CI.
6+
firewall_enable_ipv6: false
7+
48
tasks:
59
- add_host:
610
name: localhost

tests/https-self-signed.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
- hosts: all
33

4+
vars:
5+
# Added to prevent test failures in CI.
6+
firewall_enable_ipv6: false
7+
48
tasks:
59
- name: Ensure apt cache is updated.
610
apt: update_cache=true cache_valid_time=600

tests/jenkins.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
- hosts: all
33

4+
vars:
5+
# Added to prevent test failures in CI.
6+
firewall_enable_ipv6: false
7+
48
tasks:
59
- name: Update the apt cache so we can install ufw.
610
apt: update_cache=yes cache_valid_time=600

0 commit comments

Comments
 (0)