blob: 89ebc7aee9f250c98761e4e38128abeb21bfd23e (
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
|
---
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
use_gerrit: true
gerrit_project: functest-xtesting
git_url: https://gerrit.opnfv.org/gerrit/functest-xtesting
docker_tags:
- latest:
branch: master
dependency: '3.13'
builds:
dependency:
repo: _
dport:
container: alpine
steps:
- name: opnfv/xtesting
containers:
- name: xtesting
ref_arg: BRANCH
path: docker/core
- name: opnfv/xtesting-mts
containers:
- name: xtesting-mts
ref_arg: BRANCH
path: docker/mts
suites:
- container: xtesting
tests:
- first
- second
- third
- fourth
- fifth
- sixth
- eighth
- container: xtesting-mts
tests:
- seventh
|