Merge "Add simple run-test-command job"
This commit is contained in:
commit
0a673aa13b
7
playbooks/run-test-command/run.yaml
Normal file
7
playbooks/run-test-command/run.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Run test_command
|
||||
command: '{{ test_command }}'
|
||||
args:
|
||||
chdir: '{{ zuul.project.src_dir }}'
|
Loading…
Reference in New Issue
Block a user