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:44:54 +0100
commitad4289e55f5af398ef1e575fe1ef42bb9c191b8a (patch)
tree0018e13b5f5f602b7b2032e451086b98883d6147
parent04cc3740c1bc64f771cabb8f2b0632a6cd774812 (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.yml11
-rw-r--r--ansible/site.yml17
2 files changed, 10 insertions, 18 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
index dd277336..e5d6d39a 100644
--- a/ansible/site.gate.yml
+++ b/ansible/site.gate.yml
@@ -16,7 +16,12 @@
containers:
- name: xtesting
ref_arg: BRANCH
- path: docker
+ path: docker/core
+ - name: opnfv/xtesting-mts
+ containers:
+ - name: xtesting-mts
+ ref_arg: BRANCH
+ path: docker/mts
suites:
- container: xtesting
tests:
@@ -25,3 +30,7 @@
- third
- fourth
- fifth
+ - sixth
+ - container: xtesting-mts
+ tests:
+ - seventh
diff --git a/ansible/site.yml b/ansible/site.yml
index 98df220e..5dadea9c 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -5,23 +5,6 @@
docker_tags:
- iruya:
branch: stable/iruya
- builds:
- dependencies:
- - repo: _
- dport:
- container: alpine
- tag: '3.9'
- 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: