aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
blob: f85f3f03534fef2f381868c84bf44e8f0db73cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- hosts: 127.0.0.1
  roles:
    - role: collivier.xtesting
      docker_tags:
        - iruya:
            branch: stable/iruya
      suites:
        - container: xtesting
          tests:
            - first
            - second
            - third
            - fourth
            - fifth