From 187177a9b2c342c445cb3bc28bfcb04383f8ae3d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 15 Apr 2020 10:46:52 -0500 Subject: [PATCH] Switch to prepare-workspace-git This is what we actually want here and is more efficient as it will use git push to push refs. Change-Id: Ie0978bcd3c03c0a7905eb5c07246717806f5e3ae --- playbooks/zuul/run-production-playbook.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/playbooks/zuul/run-production-playbook.yaml b/playbooks/zuul/run-production-playbook.yaml index 3dd2f45780..2c9d9e30ff 100644 --- a/playbooks/zuul/run-production-playbook.yaml +++ b/playbooks/zuul/run-production-playbook.yaml @@ -16,12 +16,8 @@ - hosts: bridge.openstack.org tasks: - 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: