Split Gates in a dedicated site.yml 55/71355/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:42:21 +0000 (17:42 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 9 Nov 2020 16:42:21 +0000 (17:42 +0100)
Change-Id: I18a6e6677dcf17cf5e05d1af291cfc0c923a0dd2
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..25554c1
--- /dev/null
@@ -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
index 25554c1..7e4f4ec 100644 (file)
@@ -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: