ed8fa74b8d
Convert job to native Zuul v3 syntax. Depends-On: https://review.openstack.org/540967 Change-Id: I1ab33417f3d1603163f280dab73778a293970f57
9 lines
271 B
YAML
9 lines
271 B
YAML
- hosts: all
|
|
name: Zuul setup for nodepool test
|
|
tasks:
|
|
|
|
- name: Run tools/nodepool-integration-setup.sh from zuul
|
|
shell:
|
|
cmd: tools/nodepool-integration-setup.sh
|
|
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/zuul'].src_dir }}"
|