aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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..3d34973e
--- /dev/null
+++ b/ansible/site.gate.yml
@@ -0,0 +1,27 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ docker_tags:
+ - hunter:
+ branch: stable/hunter
+ 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 3d34973e..3e02d666 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -5,18 +5,6 @@
docker_tags:
- hunter:
branch: stable/hunter
- 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: