Publish first Functest K8s Jerma containers
[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.12-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: build containers
29             containers:
30               - name: functest-kubernetes-smoke
31                 ref_arg:
32                 path: docker/smoke
33       suites:
34         - repo: opnfv
35           container: functest-kubernetes-healthcheck
36           tests:
37             - k8s_smoke
38         - repo: opnfv
39           container: functest-kubernetes-smoke
40           tests:
41             - xrally_kubernetes
42             - k8s_conformance
43           properties:
44             execution-type: SEQUENTIALLY