diff options
Diffstat (limited to 'ansible/site.gate.yml')
-rw-r--r-- | ansible/site.gate.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml new file mode 100644 index 00000000..3f49628e --- /dev/null +++ b/ansible/site.gate.yml @@ -0,0 +1,33 @@ +--- +- hosts: 127.0.0.1 + roles: + - role: collivier.xtesting + builds: + dependencies: + - repo: _ + dport: + container: alpine + tag: '3.12' + 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 + - container: xtesting-mts + tests: + - seventh |