Update to Alpine 3.16
[functest-xtesting.git] / ansible / site.gate.yml
1 ---
2 - hosts: 127.0.0.1
3   roles:
4     - role: collivier.xtesting
5       use_gerrit: true
6       gerrit_project: functest-xtesting
7       git_url: https://gerrit.opnfv.org/gerrit/functest-xtesting
8       docker_tags:
9         - latest:
10             branch: master
11             dependency: '3.16'
12       builds:
13         dependency:
14           repo: _
15           dport:
16           container: alpine
17         steps:
18           - name: opnfv/xtesting
19             containers:
20               - name: xtesting
21                 ref_arg: BRANCH
22                 path: docker/core
23           - name: opnfv/xtesting-mts
24             containers:
25               - name: xtesting-mts
26                 ref_arg: BRANCH
27                 path: docker/mts
28       suites:
29         - container: xtesting
30           tests:
31             - first
32             - second
33             - third
34             - fourth
35             - fifth
36             - sixth
37             - eighth
38         - container: xtesting-mts
39           tests:
40             - seventh