aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.gate.yml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:41:47 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:41:47 +0100
commit525c60e8eccbbc2b92df87d4cce5cbcd4a9be41a (patch)
tree2cac8c5281206fd88be556ef0ad72aef69e2a6b9 /ansible/site.gate.yml
parent3ee47d5488ab5a5e6e870d8f4b0b12fba927134f (diff)
Split Gates in a dedicated site.yml
Change-Id: I4a6efc8993f3569fa993cba3a1ba472780de41b1 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible/site.gate.yml')
-rw-r--r--ansible/site.gate.yml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
new file mode 100644
index 00000000..c93949c1
--- /dev/null
+++ b/ansible/site.gate.yml
@@ -0,0 +1,36 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ docker_tags:
+ - leguer:
+ branch: stable/leguer
+ 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