|
|
|
@ -23,12 +23,8 @@
|
|
|
|
|
timeout: 3600 # Wait for an hour before bailing
|
|
|
|
|
|
|
|
|
|
- name: Synchronize src repos to workspace directory.
|
|
|
|
|
synchronize:
|
|
|
|
|
delete: false
|
|
|
|
|
dest: .
|
|
|
|
|
recursive: true
|
|
|
|
|
src: "{{ zuul.executor.src_root }}"
|
|
|
|
|
no_log: true
|
|
|
|
|
include_role:
|
|
|
|
|
name: prepare-workspace-git
|
|
|
|
|
|
|
|
|
|
- name: Run the production playbook and capture logs
|
|
|
|
|
block:
|
|
|
|
|