Publish first Functest K8s Jerma containers
[functest-kubernetes.git] / ansible / site.yml
index 9b65621..8caf605 100644 (file)
@@ -3,25 +3,42 @@
   roles:
     - role: collivier.xtesting
       project: functest-kubernetes
-      docker_args:
-        env:
-          DEPLOY_SCENARIO: k8-nosdn-nofeature-noha
-        volumes:
-          - /home/opnfv/functest-kubernetes/config:/root/.kube/config
+      db_project: functest
+      gerrit_project: functest-kubernetes
+      docker_tags:
+        - jerma:
+            branch: stable/jerma
+      builds:
+        dependencies:
+          - repo: _
+            dport:
+            container: golang
+            tag: 1.12-alpine3.10
+        steps:
+          - name: build opnfv/functest-kubernetes-core
+            containers:
+              - name: functest-kubernetes-core
+                ref_arg: BRANCH
+                path: docker/core
+          - name: build opnfv/functest-kubernetes-healthcheck
+            containers:
+              - name: functest-kubernetes-healthcheck
+                ref_arg:
+                path: docker/healthcheck
+          - name: build containers
+            containers:
+              - name: functest-kubernetes-smoke
+                ref_arg:
+                path: docker/smoke
       suites:
         - repo: opnfv
           container: functest-kubernetes-healthcheck
-          tag: latest
           tests:
             - k8s_smoke
         - repo: opnfv
           container: functest-kubernetes-smoke
-          tag: latest
           tests:
+            - xrally_kubernetes
             - k8s_conformance
-        - repo: opnfv
-          container: functest-kubernetes-features
-          tag: latest
-          tests:
-            - stor4nfv_k8s
-            - clover_k8s
+          properties:
+            execution-type: SEQUENTIALLY