Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions roles/reproducer/tasks/configure_controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
default('zuul')
}}
block:
- name: Wait for controller-0 SSH to be ready
ansible.builtin.wait_for_connection:
timeout: 300
sleep: 5

- name: Ensure directories exist
ansible.builtin.file:
path: "{{ cifmw_reproducer_controller_basedir }}/{{ item }}"
Expand Down
Loading