Skip to content
Snippets Groups Projects
Commit 8d58ad09 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Workaround rc:-13 issue"

parents e7a1c3ba 2c86ba77
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection]
pipelining = True
# NOTE(wszusmki): Disable pipelining due to:
# https://github.com/ansible/ansible/issues/81777
pipelining = False
retries = 3
ansible_cfg_kolla: |
[defaults]
......@@ -31,7 +33,9 @@
callbacks_enabled = ansible.posix.profile_tasks
[ssh_connection]
pipelining = True
# NOTE(wszusmki): Disable pipelining due to:
# https://github.com/ansible/ansible/issues/81777
pipelining = False
retries = 3
roles:
- role: kayobe-diagnostics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment