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
This commit is contained in:
Monty Taylor 2018-07-12 16:05:21 -05:00
parent 8fb6ffa5c6
commit 8144016ed3
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 4 deletions

View File

@ -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 }}'