blob: 6a5953f1d66955441cbbf0a7467906328f26849e (
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
|
---
- 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.10
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
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
|