aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.gate.yml
blob: 3d34973ea621b59c6d386499e27066b4a0a67f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
- hosts: 127.0.0.1
  roles:
    - role: collivier.xtesting
      docker_tags:
        - hunter:
            branch: stable/hunter
      builds:
        dependencies:
          - repo: _
            dport:
            container: alpine
            tag: 3.9
        steps:
          - name: opnfv/xtesting
            containers:
              - name: xtesting
                ref_arg: BRANCH
                path: docker
      suites:
        - container: xtesting
          tests:
            - first
            - second
            - third
            - fourth
            - fifth