Take latest test cases into account
[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       docker_tags:
9         - jerma:
10             branch: stable/jerma
11       builds:
12         dependencies:
13           - repo: _
14             dport:
15             container: golang
16             tag: 1.13-alpine3.10
17         steps:
18           - name: build opnfv/functest-kubernetes-core
19             containers:
20               - name: functest-kubernetes-core
21                 ref_arg: BRANCH
22                 path: docker/core
23           - name: build opnfv/functest-kubernetes-healthcheck
24             containers:
25               - name: functest-kubernetes-healthcheck
26                 ref_arg:
27                 path: docker/healthcheck
28               - name: functest-kubernetes-cnf
29                 ref_arg: BRANCH
30                 path: docker/cnf
31               - name: functest-kubernetes-security
32                 ref_arg: BRANCH
33                 path: docker/security
34           - name: build containers
35             containers:
36               - name: functest-kubernetes-smoke
37                 ref_arg:
38                 path: docker/smoke
39       suites:
40         - repo: opnfv
41           container: functest-kubernetes-healthcheck
42           tests:
43             - k8s_smoke
44         - repo: opnfv
45           container: functest-kubernetes-smoke
46           tests:
47             - xrally_kubernetes
48             - k8s_conformance
49           properties:
50             execution-type: SEQUENTIALLY
51         - repo: opnfv
52           container: functest-kubernetes-cnf
53           tests:
54             - k8s_vims
55         - repo: opnfv
56           container: functest-kubernetes-security
57           tests:
58             - kube_hunter
59             - kube_bench