aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:40:53 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-12 13:26:33 +0100
commite312a34f6b755675a0152aa8d188c7afaa8491da (patch)
tree27be6f923f67574355b800b82da99ce5be085138
parent518581abcf0e319df20dd78d48204d97c14e0862 (diff)
Split Gates in a dedicated site.yml
Change-Id: Ib9fb9968071543c1a881fd862f15076488845ecb Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit da3d1068889529241bd017f46b454bec4bce5382)
-rw-r--r--ansible/site.gate.yml33
-rw-r--r--ansible/site.yml17
2 files changed, 33 insertions, 17 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
new file mode 100644
index 00000000..06a6e991
--- /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.11'
+ 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
diff --git a/ansible/site.yml b/ansible/site.yml
index 99d07621..842ea3b8 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -5,23 +5,6 @@
docker_tags:
- kali:
branch: stable/kali
- builds:
- dependencies:
- - repo: _
- dport:
- container: alpine
- tag: '3.11'
- 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: