aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.gate.yml
blob: 8c0d9df297d82e037ef676f7ded788d2e9b6dffd (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
28
29
30
31
32
33
34
35
36
---
- 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/core
          - name: opnfv/xtesting-mts
            containers:
              - name: xtesting-mts
                ref_arg: BRANCH
                path: docker/mts
      suites:
        - container: xtesting
          tests:
            - first
            - second
            - third
            - fourth
            - fifth
            - sixth
        - container: xtesting-mts
          tests:
            - seventh