Split Gates in a dedicated site.yml 57/71357/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:43:34 +0000 (17:43 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:44:14 +0000 (17:44 +0100)
Change-Id: I37bd9d003ee3e9e92a742f8593b2b9f5d6156c07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
ansible/site.gate.yml [new file with mode: 0644]
ansible/site.yml

diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml
new file mode 100644 (file)
index 0000000..3d34973
--- /dev/null
@@ -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
index 3d34973..3e02d66 100644 (file)
@@ -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: