Update to alpine3.12
[functest-kubernetes.git] / ansible / site.yml
1 ---
2 - hosts: 127.0.0.1
3   roles:
4     - role: collivier.xtesting
5       project: functest-kubernetes
6       db_project: functest
7       gerrit_project: functest-kubernetes
8       builds:
9         dependencies:
10           - repo: _
11             dport:
12             container: golang
13             tag: 1.13-alpine3.12
14         steps:
15           - name: build opnfv/functest-kubernetes-core
16             containers:
17               - name: functest-kubernetes-core
18                 ref_arg: BRANCH
19                 path: docker/core
20           - name: build opnfv/functest-kubernetes-healthcheck
21             containers:
22               - name: functest-kubernetes-healthcheck
23                 ref_arg:
24                 path: docker/healthcheck
25               - name: functest-kubernetes-cnf
26                 ref_arg: BRANCH
27                 path: docker/cnf
28               - name: functest-kubernetes-security
29                 ref_arg: BRANCH
30                 path: docker/security
31           - name: build containers
32             containers:
33               - name: functest-kubernetes-smoke
34                 ref_arg:
35                 path: docker/smoke
36       suites:
37         - repo: opnfv
38           container: functest-kubernetes-healthcheck
39           tests:
40             - k8s_smoke
41         - repo: opnfv
42           container: functest-kubernetes-smoke
43           tests:
44             - xrally_kubernetes
45             - k8s_conformance
46           properties:
47             execution-type: SEQUENTIALLY
48         - repo: opnfv
49           container: functest-kubernetes-cnf
50           tests:
51             - k8s_vims
52         - repo: opnfv
53           container: functest-kubernetes-security
54           tests:
55             - kube_hunter
56             - kube_bench