Split Gates in a dedicated site.yml 56/71356/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:43:06 +0000 (17:43 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:43:06 +0000 (17:43 +0100)
Change-Id: I13eb16b24100d8c50b54047f62acc00ec512932b
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..dd27733
--- /dev/null
@@ -0,0 +1,27 @@
+---
+- hosts: 127.0.0.1
+  roles:
+    - role: collivier.xtesting
+      docker_tags:
+        - iruya:
+            branch: stable/iruya
+      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 dd27733..f85f3f0 100644 (file)
@@ -5,18 +5,6 @@
       docker_tags:
         - iruya:
             branch: stable/iruya
-      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: