aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.yml
blob: 0782f90a1c0cac33a9e70c7370a10f78b833e1a9 (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
37
38
39
40
41
42
43
44
45
---
- hosts: 127.0.0.1
  roles:
    - role: collivier.xtesting
      project: functest-kubernetes
      gerrit_project: functest-kubernetes
      builds:
        dependencies:
          - repo: _
            dport:
            container: golang
            tag: alpine3.8
        steps:
          - name: build opnfv/functest-kubernetes-core
            containers:
              - name: functest-kubernetes-core
                ref_arg: BRANCH
                path: docker/core
          - name: build opnfv/functest-kubernetes-healthcheck
            containers:
              - name: functest-kubernetes-healthcheck
                ref_arg:
                path: docker/healthcheck
          - name: build containers
            containers:
              - name: functest-kubernetes-smoke
                ref_arg:
                path: docker/smoke
              - name: functest-kubernetes-features
                ref_arg:
                path: docker/features
      suites:
        - repo: opnfv
          container: functest-kubernetes-healthcheck
          tests:
            - k8s_smoke
        - repo: opnfv
          container: functest-kubernetes-smoke
          tests:
            - k8s_conformance
        - repo: opnfv
          container: functest-kubernetes-features
          tests:
            - stor4nfv_k8s
            - clover_k8s