blob: f9e2c74a6101083df33d62507bb76f71fce9e3c8 (
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
46
47
48
49
50
51
52
53
54
55
56
|
---
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
project: functest-kubernetes
db_project: functest
gerrit_project: functest-kubernetes
builds:
dependencies:
- repo: _
dport:
container: golang
tag: 1.13-alpine3.12
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: functest-kubernetes-cnf
ref_arg: BRANCH
path: docker/cnf
- name: functest-kubernetes-security
ref_arg: BRANCH
path: docker/security
- name: build containers
containers:
- name: functest-kubernetes-smoke
ref_arg:
path: docker/smoke
suites:
- repo: opnfv
container: functest-kubernetes-healthcheck
tests:
- k8s_smoke
- repo: opnfv
container: functest-kubernetes-smoke
tests:
- xrally_kubernetes
- k8s_conformance
properties:
execution-type: SEQUENTIALLY
- repo: opnfv
container: functest-kubernetes-cnf
tests:
- k8s_vims
- repo: opnfv
container: functest-kubernetes-security
tests:
- kube_hunter
- kube_bench
|