51f376c776
Change-Id: I9f5b68e1a6f15957382deb29bc6e6bb462b86b34
9 lines
498 B
YAML
9 lines
498 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run requirements check script
|
|
# Use command module here instead of script since Zuul gets output
|
|
# with command into job-output.txt file.
|
|
# Command expects the file to be at the remote system - the system
|
|
# running the tests. Ask zuul variables for the path.
|
|
command: "{{ zuul.projects['git.openstack.org/openstack/requirements'].src_dir }}/playbooks/files/project-requirements-change.py {{ zuul.project.src_dir }} {{ zuul.branch }}"
|