aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:42:21 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-11-09 17:42:21 +0100
commit730b67a8f976369ab6c6c0d19a555b5f3bfee3d4 (patch)
tree08819507643880dcd9905c20d8ee9bb43e5e2e4a
parent80af31faf744fbf4454aa754c072fad33858f95c (diff)
Split Gates in a dedicated site.yml
Change-Id: I18a6e6677dcf17cf5e05d1af291cfc0c923a0dd2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--ansible/site.gate.yml28
-rw-r--r--ansible/site.yml12
2 files changed, 28 insertions, 12 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
new file mode 100644
index 00000000..25554c1b
--- /dev/null
+++ b/ansible/site.gate.yml
@@ -0,0 +1,28 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ docker_tags:
+ - jerma:
+ branch: stable/jerma
+ builds:
+ dependencies:
+ - repo: _
+ dport:
+ container: alpine
+ tag: '3.10'
+ steps:
+ - name: opnfv/xtesting
+ containers:
+ - name: xtesting
+ ref_arg: BRANCH
+ path: docker
+ suites:
+ - container: xtesting
+ tests:
+ - first
+ - second
+ - third
+ - fourth
+ - fifth
+ - sixth
diff --git a/ansible/site.yml b/ansible/site.yml
index 25554c1b..7e4f4ec6 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -5,18 +5,6 @@
docker_tags:
- jerma:
branch: stable/jerma
- builds:
- dependencies:
- - repo: _
- dport:
- container: alpine
- tag: '3.10'
- steps:
- - name: opnfv/xtesting
- containers:
- - name: xtesting
- ref_arg: BRANCH
- path: docker
suites:
- container: xtesting
tests: