aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.gate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/site.gate.yml')
-rw-r--r--ansible/site.gate.yml27
1 files changed, 27 insertions, 0 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