7c6b862b5e
For some reason, something changed and fake-image-create no longer gets installed with execute permissions. Something to do with the wheel generation and installation ... Anyway, switch to an editable install which should run directly out of the checkout. The code already uses relative paths to find fake-image-create, this should work without further modifications. Change-Id: Iefbd40ef8f2a2dee84d232de355e369788f0ab2d
10 lines
315 B
YAML
10 lines
315 B
YAML
- name: Install packages
|
|
shell:
|
|
cmd: sudo pip3 install -e .
|
|
chdir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
|
|
|
|
- name: Run zuul-nodepool-integration/start.sh
|
|
shell:
|
|
cmd: ./tools/zuul-nodepool-integration/start.sh
|
|
chdir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
|