tobiko/infrared/main.yml
pkomarov 99d1d5dabd add report collection for downstream jobs
Change-Id: I37511912c3cbde427fd8d41ea9caddd9e0a2cb22
2019-09-27 15:55:04 +03:00

20 lines
482 B
YAML

- name: Tobiko Tests Main
hosts: undercloud
gather_facts: yes
any_errors_fatal: yes
tasks:
- name: Install Tobiko
include_tasks: tasks/install.yml
- name: Set up environment configurations
include_tasks: tasks/configure.yml
- name: Run Tobiko
include_tasks: tasks/run.yml
when:
- test.tests is defined
- name: Collect Tobiko logs and reports
include_tasks: tasks/report.yml