tobiko/infrared/main.yml
abregman 160da96973 InfraRed Integration Skeleton
Make Tobiko an InfraRed plugin for simple and fine-grained
executions (both personal and in CI/CD environments).

This patch add a plugin spec, main entry playbook and several
tasks for basic config & run execution.

Change-Id: Ifcff4d79b4c920c28cc8170c4b8a8e9821c7b70d
2019-01-11 18:50:16 +02:00

12 lines
249 B
YAML

- name: Install Tobiko
import_playbook: tasks/install.yml
- name: Set up os-faults configuration
import_playbook: tasks/configure.yml
- name: Run Tobiko
import_playbook: tasks/run.yml
when:
- test.tests is defined
- test.tests