aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-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: