Use our own namespace (fi-ansible) to not clash with tenant-wide defined Zuul jobs e.g. from zuul-fedora-jobs. Fixes: fedora-infrastructure#8932 Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr> Signed-off-by: Nils Philippsen <nils@redhat.com>
8 lines
260 B
YAML
8 lines
260 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Run ansible-review on the changes in the PR
|
|
shell: >
|
|
git diff origin/{{ zuul.branch|quote }}...{{ zuul.branch|quote }}
|
|
| ansible-review-filtered.sh
|
|
args:
|
|
chdir: '{{ zuul.project.src_dir }}'
|