zuul-jobs/playbooks/run-test-command/run.yaml
Andreas Jaeger 4342f983d1 Add simple run-test-command job
Add a simple run-test-command that can be used to run a simple
command or shell-script.

Change-Id: I00bade475b5b224768acde3ef232ca0704d3600e
Needed-By: https://review.openstack.org/548080
Needed-By: https://review.openstack.org/545712
2018-02-26 20:37:53 +01:00

8 lines
144 B
YAML

- hosts: all
tasks:
- name: Run test_command
command: '{{ test_command }}'
args:
chdir: '{{ zuul.project.src_dir }}'