From 8144016ed3450d620fe8f682ccbc0e46a4f3cc00 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 12 Jul 2018 16:05:21 -0500 Subject: [PATCH] Clean up job run playbook We had a hard-coded path to the zuul repo, which is sort of lame. Also, remove the connection reset, which is in zuul-jobs now. Depends-On: https://review.openstack.org/580730 Change-Id: Idae460f4eb170a74b583fc4d19510f34630b9fec --- playbooks/container-images/run.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playbooks/container-images/run.yaml b/playbooks/container-images/run.yaml index 38c3119..7e7efab 100644 --- a/playbooks/container-images/run.yaml +++ b/playbooks/container-images/run.yaml @@ -1,10 +1,7 @@ - hosts: all tasks: - - name: reset ssh connection to pick up docker group - meta: reset_connection - - name: Build zuul container images command: pbrx --debug build-images args: - chdir: src/git.openstack.org/openstack-infra/zuul + chdir: '{{ zuul.project.src_dir }}'