aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:43:06 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:43:06 +0100
commit287168549b6d62a8f1143c24187bdf4d6c215ed7 (patch)
treec6bf5525aa9b15c1c57843f2d2784d6183ff6c1a
parent880d882a2a2c3e91900cd7b07e9fc158788e002c (diff)
Split Gates in a dedicated site.yml
Change-Id: I13eb16b24100d8c50b54047f62acc00ec512932b Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.gate.yml27
-rw-r--r--ansible/site.yml12
2 files changed, 27 insertions, 12 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
new file mode 100644
index 00000000..dd277336
--- /dev/null
+++ b/ansible/site.gate.yml
@@ -0,0 +1,27 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ 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
+ suites:
+ - container: xtesting
+ tests:
+ - first
+ - second
+ - third
+ - fourth
+ - fifth
diff --git a/ansible/site.yml b/ansible/site.yml
index dd277336..f85f3f03 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -5,18 +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
suites:
- container: xtesting
tests: